HEX: #AA6ABB
RGB: (170,106,187)
Il colore #AA6ABB contiene principalmente il rosso e il blu. Per il #AA6ABB il colore web safe è #9966CC (#96C).
Il colore AA6ABB in RGB è definito come 170,106,187
RGB: (170,106,187)
(67%, 42%, 73%)
R 170 da 255 = 67%
G 106 da 255 = 42%
B 187 da 255 = 73%
R + G + B ~ 61%. #AA6ABB colore abbastanza chiaro.
R + G + B = 170 + 106 + 187 = 463 (100%)
R 170 da 463 ~ 36.72%
G 106 da 463 ~ 22.89%
B 187 da 463 ~ 40.39'%
Il colore #AA6ABB in CMYK è definito come 9,43,0,27.
CMYK: (9,43,0,27)
C9M43Y0K27 (9%, 43%, 0%, 27%)
(0.09 / 0.43 / 0.00 / 0.27)
Il #AA6ABB nei modelli di colore popolari.
AA | 6A | BB | |
---|---|---|---|
RGB | 170 | 106 | 187 |
HSL | 287° | 37.33% | 57.45% |
HSB/HSV | 287° | 43.32% | 73.33% |
CMYK | 9.09% | 43.32% | 0.00% |
26.67% |
Il #AA6ABB nei modelli numerici popolari.
Esadicemale | AA | 6A | BB |
Decimale | 170 | 106 | 187 |
Binario | 10101010 | 1101010 | 10111011 |
Ottale | 252 | 152 | 273 |
Tonalità scure del colore #AA6ABB
Tonalità chiare del colore #AA6ABB
Esempi dei codici css e html per gli elementi di colore #AA6ABB. Utilizzate rgb(170,106,187) anche al posto del codice hex.
.myTextColor { color: #AA6ABB; }
<p style="color:#AA6ABB">This sample text font color is #AA6ABB.</p>
Il colore di questo testo è #AA6ABB.
.myBgColor { background-color: #AA6ABB; }
<div style="background-color:#AA6ABB">Inner text</div>
Questo div ha lo sfondo di colore #AA6ABB.
.myBorderColor { border: 1px solid #AA6ABB; }
<div style="border:3px solid #AA6ABB">Div</div>
Questo div ha i bordi di colore AA6ABB.
.myOpacity80 { color: #AA6ABB; opacity: 0.8; }
<p style="color:#AA6ABB;opacity:0.8;">80%</p>
Il testo di color #AA6ABB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA6ABB;}
<p style="text-shadow: 3px 3px 1px #AA6ABB">Text here.</p>
Questo testo ha l'ombra di colore #AA6ABB.
.textShadow {text-shadow: 3px 3px 1px #AA6ABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA6ABB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AA6ABB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA6ABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA6ABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA6ABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA6ABB;
-webkit-box-shadow: 1px 1px 3px 2px #AA6ABB;
box-shadow: 1px 1px 3px 2px #AA6ABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA6ABB; -webkit-box-shadow: 1px 1px 3px 2px #AA6ABB; box-shadow:1px 1px 3px 2px #AA6ABB;">
Div content here
</div>
Questo e il testo di colore #AA6ABB sullo sfondo nero.
Questo e il testo di colore #AA6ABB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AA6ABB.
Questo è un testo bianco sullo sfondo del colore #AA6ABB.
Il colore complimentare del #AA6ABB è #559544..