Shades of Dark Magenta #AA0EAA
Tints of Dark Magenta #AA0EAA
RGB
CMYK
RGB Variations
Color information
#AA0EAA (or 0xAA0EAA) is known color: Dark Magenta. HEX triplet: AA, 0E and AA. RGB value is (170,14,170). Sum of RGB (Red+Green+Blue) = 170+14+170=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA0EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0EAA is #55F155. Grayscale: #4D4D4D. Windows color (decimal): -5632342 or 11144874. OLE color: 11144874.
HSL color Cylindrical-coordinate representation of color #AA0EAA: hue angle of 300º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0EAA is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 170 | - |
| CMYK | 0 | 0.92 | 0 | 0.33 |
| HSL | 300º | 0.85% | 0.36% | - |
| HSV(B) | 300º | 0.92% | 0.67% | - |
| XYZ | 23.99 | 11.76 | 39.04 | - |
| YUV | 78.43 | 179.68 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 170 | 0 | 0.92 | 0 | 0.33 | 300 | 0.85 | 0.36 |
| Hex | AA | E | AA | 0 | 5C | 0 | 21 | 12C | 55 | 24 |
| Octal | 252 | 16 | 252 | 0 | 134 | 0 | 41 | 454 | 125 | 44 |
| Binary | 10101010 | 1110 | 10101010 | 0 | 1011100 | 0 | 100001 | 100101100 | 1010101 | 100100 |
Color Harmonies of #AA0EAA
Complementary color
Monochromatic Colors of #AA0EAA
Black with #AA0EAA
Text Example
Text Example
White with #AA0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EAA; }
p { color: rgb(170,14,170); }
H1.HeaderClassName
{
color: #AA0EAA;
}
.AnyTagClassName
{
color: #AA0EAA;
}
</style>
background-color css
<style>
a { background-color: #AA0EAA; }
a { background-color: rgb(170,14,170); }
div.DivClassName
{
background-color: #AA0EAA;
}
.BgClassName
{
background-color: #AA0EAA;
}
</style>
border-color css
<style>
span { border-color: #AA0EAA; }
span { border-color: rgb(170,14,170); }
td.TdClassName
{
border-color: #AA0EAA;
}
.TagClassName
{
border-color: #AA0EAA;
}
</style>