Shades of Dark Magenta #AA0E9F
Tints of Dark Magenta #AA0E9F
RGB
CMYK
RGB Variations
Color information
#AA0E9F (or 0xAA0E9F) is known color: Dark Magenta. HEX triplet: AA, 0E and 9F. RGB value is (170,14,159). Sum of RGB (Red+Green+Blue) = 170+14+159=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E9F is #55F160. Grayscale: #4C4C4C. Windows color (decimal): -5632353 or 10423978. OLE color: 10423978.
HSL color Cylindrical-coordinate representation of color #AA0E9F: hue angle of 304.23º 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 #AA0E9F is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 159 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.33 |
| HSL | 304.23º | 0.85% | 0.36% | - |
| HSV(B) | 304.23º | 0.92% | 0.67% | - |
| XYZ | 22.99 | 11.36 | 33.78 | - |
| YUV | 77.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 159 | 0 | 0.92 | 0.06 | 0.33 | 304.23 | 0.85 | 0.36 |
| Hex | AA | E | 9F | 0 | 5C | 6 | 21 | 130 | 55 | 24 |
| Octal | 252 | 16 | 237 | 0 | 134 | 6 | 41 | 460 | 125 | 44 |
| Binary | 10101010 | 1110 | 10011111 | 0 | 1011100 | 110 | 100001 | 100110000 | 1010101 | 100100 |
Color Harmonies of #AA0E9F
Complementary color
Monochromatic Colors of #AA0E9F
Black with #AA0E9F
Text Example
Text Example
White with #AA0E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E9F; }
p { color: rgb(170,14,159); }
H1.HeaderClassName
{
color: #AA0E9F;
}
.AnyTagClassName
{
color: #AA0E9F;
}
</style>
background-color css
<style>
a { background-color: #AA0E9F; }
a { background-color: rgb(170,14,159); }
div.DivClassName
{
background-color: #AA0E9F;
}
.BgClassName
{
background-color: #AA0E9F;
}
</style>
border-color css
<style>
span { border-color: #AA0E9F; }
span { border-color: rgb(170,14,159); }
td.TdClassName
{
border-color: #AA0E9F;
}
.TagClassName
{
border-color: #AA0E9F;
}
</style>