HEX: #AB7FAB
RGB: (171,127,171)
Il colore #AB7FAB contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #AB7FAB il colore web safe è #996699 (#969).
Il colore AB7FAB in RGB è definito come 171,127,171
RGB: (171,127,171)
(67%, 50%, 67%)
R 171 da 255 = 67%
G 127 da 255 = 50%
B 171 da 255 = 67%
R + G + B ~ 61%. #AB7FAB colore abbastanza chiaro.
R + G + B = 171 + 127 + 171 = 469 (100%)
R 171 da 469 ~ 36.46%
G 127 da 469 ~ 27.08%
B 171 da 469 ~ 36.46'%
Il colore #AB7FAB in CMYK è definito come 0,26,0,33.
CMYK: (0,26,0,33)
C0M26Y0K33 (0%, 26%, 0%, 33%)
(0.00 / 0.26 / 0.00 / 0.33)
Il #AB7FAB nei modelli di colore popolari.
AB | 7F | AB | |
---|---|---|---|
RGB | 171 | 127 | 171 |
HSL | 300° | 20.75% | 58.43% |
HSB/HSV | 300° | 25.73% | 67.06% |
CMYK | 0.00% | 25.73% | 0.00% |
32.94% |
Il #AB7FAB nei modelli numerici popolari.
Esadicemale | AB | 7F | AB |
Decimale | 171 | 127 | 171 |
Binario | 10101011 | 1111111 | 10101011 |
Ottale | 253 | 177 | 253 |
Tonalità scure del colore #AB7FAB
Tonalità chiare del colore #AB7FAB
Esempi dei codici css e html per gli elementi di colore #AB7FAB. Utilizzate rgb(171,127,171) anche al posto del codice hex.
.myTextColor { color: #AB7FAB; }
<p style="color:#AB7FAB">This sample text font color is #AB7FAB.</p>
Il colore di questo testo è #AB7FAB.
.myBgColor { background-color: #AB7FAB; }
<div style="background-color:#AB7FAB">Inner text</div>
Questo div ha lo sfondo di colore #AB7FAB.
.myBorderColor { border: 1px solid #AB7FAB; }
<div style="border:3px solid #AB7FAB">Div</div>
Questo div ha i bordi di colore AB7FAB.
.myOpacity80 { color: #AB7FAB; opacity: 0.8; }
<p style="color:#AB7FAB;opacity:0.8;">80%</p>
Il testo di color #AB7FAB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7FAB;}
<p style="text-shadow: 3px 3px 1px #AB7FAB">Text here.</p>
Questo testo ha l'ombra di colore #AB7FAB.
.textShadow {text-shadow: 3px 3px 1px #AB7FAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7FAB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB7FAB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7FAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7FAB;
-webkit-box-shadow: 1px 1px 3px 2px #AB7FAB;
box-shadow: 1px 1px 3px 2px #AB7FAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7FAB; -webkit-box-shadow: 1px 1px 3px 2px #AB7FAB; box-shadow:1px 1px 3px 2px #AB7FAB;">
Div content here
</div>
Questo e il testo di colore #AB7FAB sullo sfondo nero.
Questo e il testo di colore #AB7FAB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB7FAB.
Questo è un testo bianco sullo sfondo del colore #AB7FAB.
Il colore complimentare del #hex è #548054..