HEX: #AB5495
RGB: (171,84,149)
Il colore #AB5495 contiene principalmente il rosso e il blu. Per il #AB5495 il colore web safe è #996699 (#969).
Il colore AB5495 in RGB è definito come 171,84,149
RGB: (171,84,149)
(67%, 33%, 58%)
R 171 da 255 = 67%
G 84 da 255 = 33%
B 149 da 255 = 58%
R + G + B ~ 53%. #AB5495 colore medio (né scuro né chiaro).
R + G + B = 171 + 84 + 149 = 404 (100%)
R 171 da 404 ~ 42.33%
G 84 da 404 ~ 20.79%
B 149 da 404 ~ 36.88'%
Il colore #AB5495 in CMYK è definito come 0,51,13,33.
CMYK: (0,51,13,33)
C0M51Y13K33 (0%, 51%, 13%, 33%)
(0.00 / 0.51 / 0.13 / 0.33)
Il #AB5495 nei modelli di colore popolari.
AB | 54 | 95 | |
---|---|---|---|
RGB | 171 | 84 | 149 |
HSL | 315° | 34.12% | 50.00% |
HSB/HSV | 315° | 50.88% | 67.06% |
CMYK | 0.00% | 50.88% | 12.87% |
32.94% |
Il #AB5495 nei modelli numerici popolari.
Esadicemale | AB | 54 | 95 |
Decimale | 171 | 84 | 149 |
Binario | 10101011 | 1010100 | 10010101 |
Ottale | 253 | 124 | 225 |
Tonalità scure del colore #AB5495
Tonalità chiare del colore #AB5495
Esempi dei codici css e html per gli elementi di colore #AB5495. Utilizzate rgb(171,84,149) anche al posto del codice hex.
.myTextColor { color: #AB5495; }
<p style="color:#AB5495">This sample text font color is #AB5495.</p>
Il colore di questo testo è #AB5495.
.myBgColor { background-color: #AB5495; }
<div style="background-color:#AB5495">Inner text</div>
Questo div ha lo sfondo di colore #AB5495.
.myBorderColor { border: 1px solid #AB5495; }
<div style="border:3px solid #AB5495">Div</div>
Questo div ha i bordi di colore AB5495.
.myOpacity80 { color: #AB5495; opacity: 0.8; }
<p style="color:#AB5495;opacity:0.8;">80%</p>
Il testo di color #AB5495 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5495;}
<p style="text-shadow: 3px 3px 1px #AB5495">Text here.</p>
Questo testo ha l'ombra di colore #AB5495.
.textShadow {text-shadow: 3px 3px 1px #AB5495', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5495, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB5495 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5495, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5495, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5495 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB5495;
-webkit-box-shadow: 1px 1px 3px 2px #AB5495;
box-shadow: 1px 1px 3px 2px #AB5495;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB5495; -webkit-box-shadow: 1px 1px 3px 2px #AB5495; box-shadow:1px 1px 3px 2px #AB5495;">
Div content here
</div>
Questo e il testo di colore #AB5495 sullo sfondo nero.
Questo e il testo di colore #AB5495 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB5495.
Questo è un testo bianco sullo sfondo del colore #AB5495.
Il colore complimentare del #hex è #54AB6A..