Shades of Dark Magenta #AA0EA2
Tints of Dark Magenta #AA0EA2
RGB
CMYK
RGB Variations
Color information
#AA0EA2 (or 0xAA0EA2) is known color: Dark Magenta. HEX triplet: AA, 0E and A2. RGB value is (170,14,162). Sum of RGB (Red+Green+Blue) = 170+14+162=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0EA2 is #55F15D. Grayscale: #4D4D4D. Windows color (decimal): -5632350 or 10620586. OLE color: 10620586.
HSL color Cylindrical-coordinate representation of color #AA0EA2: hue angle of 303.08º 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 #AA0EA2 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 162 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.33 |
| HSL | 303.08º | 0.85% | 0.36% | - |
| HSV(B) | 303.08º | 0.92% | 0.67% | - |
| XYZ | 23.26 | 11.47 | 35.17 | - |
| YUV | 77.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 162 | 0 | 0.92 | 0.05 | 0.33 | 303.08 | 0.85 | 0.36 |
| Hex | AA | E | A2 | 0 | 5C | 5 | 21 | 12F | 55 | 24 |
| Octal | 252 | 16 | 242 | 0 | 134 | 5 | 41 | 457 | 125 | 44 |
| Binary | 10101010 | 1110 | 10100010 | 0 | 1011100 | 101 | 100001 | 100101111 | 1010101 | 100100 |
Color Harmonies of #AA0EA2
Complementary color
Monochromatic Colors of #AA0EA2
Black with #AA0EA2
Text Example
Text Example
White with #AA0EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EA2; }
p { color: rgb(170,14,162); }
H1.HeaderClassName
{
color: #AA0EA2;
}
.AnyTagClassName
{
color: #AA0EA2;
}
</style>
background-color css
<style>
a { background-color: #AA0EA2; }
a { background-color: rgb(170,14,162); }
div.DivClassName
{
background-color: #AA0EA2;
}
.BgClassName
{
background-color: #AA0EA2;
}
</style>
border-color css
<style>
span { border-color: #AA0EA2; }
span { border-color: rgb(170,14,162); }
td.TdClassName
{
border-color: #AA0EA2;
}
.TagClassName
{
border-color: #AA0EA2;
}
</style>