Shades of Dark Magenta #AA0E9C
Tints of Dark Magenta #AA0E9C
RGB
CMYK
RGB Variations
Color information
#AA0E9C (or 0xAA0E9C) is known color: Dark Magenta. HEX triplet: AA, 0E and 9C. RGB value is (170,14,156). Sum of RGB (Red+Green+Blue) = 170+14+156=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E9C is #55F163. Grayscale: #4C4C4C. Windows color (decimal): -5632356 or 10227370. OLE color: 10227370.
HSL color Cylindrical-coordinate representation of color #AA0E9C: hue angle of 305.38º 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 #AA0E9C is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 156 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.33 |
| HSL | 305.38º | 0.85% | 0.36% | - |
| HSV(B) | 305.38º | 0.92% | 0.67% | - |
| XYZ | 22.74 | 11.26 | 32.43 | - |
| YUV | 76.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 156 | 0 | 0.92 | 0.08 | 0.33 | 305.38 | 0.85 | 0.36 |
| Hex | AA | E | 9C | 0 | 5C | 8 | 21 | 131 | 55 | 24 |
| Octal | 252 | 16 | 234 | 0 | 134 | 10 | 41 | 461 | 125 | 44 |
| Binary | 10101010 | 1110 | 10011100 | 0 | 1011100 | 1000 | 100001 | 100110001 | 1010101 | 100100 |
Color Harmonies of #AA0E9C
Complementary color
Monochromatic Colors of #AA0E9C
Black with #AA0E9C
Text Example
Text Example
White with #AA0E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E9C; }
p { color: rgb(170,14,156); }
H1.HeaderClassName
{
color: #AA0E9C;
}
.AnyTagClassName
{
color: #AA0E9C;
}
</style>
background-color css
<style>
a { background-color: #AA0E9C; }
a { background-color: rgb(170,14,156); }
div.DivClassName
{
background-color: #AA0E9C;
}
.BgClassName
{
background-color: #AA0E9C;
}
</style>
border-color css
<style>
span { border-color: #AA0E9C; }
span { border-color: rgb(170,14,156); }
td.TdClassName
{
border-color: #AA0E9C;
}
.TagClassName
{
border-color: #AA0E9C;
}
</style>