Shades of Dark Magenta #AA0EA3
Tints of Dark Magenta #AA0EA3
RGB
CMYK
RGB Variations
Color information
#AA0EA3 (or 0xAA0EA3) is known color: Dark Magenta. HEX triplet: AA, 0E and A3. RGB value is (170,14,163). Sum of RGB (Red+Green+Blue) = 170+14+163=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0EA3 is #55F15C. Grayscale: #4D4D4D. Windows color (decimal): -5632349 or 10686122. OLE color: 10686122.
HSL color Cylindrical-coordinate representation of color #AA0EA3: hue angle of 302.69º 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 #AA0EA3 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 163 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.33 |
| HSL | 302.69º | 0.85% | 0.36% | - |
| HSV(B) | 302.69º | 0.92% | 0.67% | - |
| XYZ | 23.35 | 11.5 | 35.64 | - |
| YUV | 77.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 163 | 0 | 0.92 | 0.04 | 0.33 | 302.69 | 0.85 | 0.36 |
| Hex | AA | E | A3 | 0 | 5C | 4 | 21 | 12F | 55 | 24 |
| Octal | 252 | 16 | 243 | 0 | 134 | 4 | 41 | 457 | 125 | 44 |
| Binary | 10101010 | 1110 | 10100011 | 0 | 1011100 | 100 | 100001 | 100101111 | 1010101 | 100100 |
Color Harmonies of #AA0EA3
Complementary color
Monochromatic Colors of #AA0EA3
Black with #AA0EA3
Text Example
Text Example
White with #AA0EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EA3; }
p { color: rgb(170,14,163); }
H1.HeaderClassName
{
color: #AA0EA3;
}
.AnyTagClassName
{
color: #AA0EA3;
}
</style>
background-color css
<style>
a { background-color: #AA0EA3; }
a { background-color: rgb(170,14,163); }
div.DivClassName
{
background-color: #AA0EA3;
}
.BgClassName
{
background-color: #AA0EA3;
}
</style>
border-color css
<style>
span { border-color: #AA0EA3; }
span { border-color: rgb(170,14,163); }
td.TdClassName
{
border-color: #AA0EA3;
}
.TagClassName
{
border-color: #AA0EA3;
}
</style>