Shades of Dark Magenta #AA1EA6
Tints of Dark Magenta #AA1EA6
RGB
CMYK
RGB Variations
Color information
#AA1EA6 (or 0xAA1EA6) is known color: Dark Magenta. HEX triplet: AA, 1E and A6. RGB value is (170,30,166). Sum of RGB (Red+Green+Blue) = 170+30+166=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EA6 is #55E159. Grayscale: #565656. Windows color (decimal): -5628250 or 10886826. OLE color: 10886826.
HSL color Cylindrical-coordinate representation of color #AA1EA6: hue angle of 301.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1EA6 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 166 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.33 |
| HSL | 301.71º | 0.7% | 0.39% | - |
| HSV(B) | 301.71º | 0.82% | 0.67% | - |
| XYZ | 23.92 | 12.23 | 37.18 | - |
| YUV | 87.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 166 | 0 | 0.82 | 0.02 | 0.33 | 301.71 | 0.7 | 0.39 |
| Hex | AA | 1E | A6 | 0 | 52 | 2 | 21 | 12E | 46 | 27 |
| Octal | 252 | 36 | 246 | 0 | 122 | 2 | 41 | 456 | 106 | 47 |
| Binary | 10101010 | 11110 | 10100110 | 0 | 1010010 | 10 | 100001 | 100101110 | 1000110 | 100111 |
Color Harmonies of #AA1EA6
Complementary color
Monochromatic Colors of #AA1EA6
Black with #AA1EA6
Text Example
Text Example
White with #AA1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EA6; }
p { color: rgb(170,30,166); }
H1.HeaderClassName
{
color: #AA1EA6;
}
.AnyTagClassName
{
color: #AA1EA6;
}
</style>
background-color css
<style>
a { background-color: #AA1EA6; }
a { background-color: rgb(170,30,166); }
div.DivClassName
{
background-color: #AA1EA6;
}
.BgClassName
{
background-color: #AA1EA6;
}
</style>
border-color css
<style>
span { border-color: #AA1EA6; }
span { border-color: rgb(170,30,166); }
td.TdClassName
{
border-color: #AA1EA6;
}
.TagClassName
{
border-color: #AA1EA6;
}
</style>