Shades of Dark Magenta #AA0C92
Tints of Dark Magenta #AA0C92
RGB
CMYK
RGB Variations
Color information
#AA0C92 (or 0xAA0C92) is known color: Dark Magenta. HEX triplet: AA, 0C and 92. RGB value is (170,12,146). Sum of RGB (Red+Green+Blue) = 170+12+146=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C92 is #55F36D. Grayscale: #4A4A4A. Windows color (decimal): -5632878 or 9571498. OLE color: 9571498.
HSL color Cylindrical-coordinate representation of color #AA0C92: hue angle of 309.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C92 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 146 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.33 |
| HSL | 309.11º | 0.87% | 0.36% | - |
| HSV(B) | 309.11º | 0.93% | 0.67% | - |
| XYZ | 21.9 | 10.88 | 28.14 | - |
| YUV | 74.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 146 | 0 | 0.93 | 0.14 | 0.33 | 309.11 | 0.87 | 0.36 |
| Hex | AA | C | 92 | 0 | 5D | E | 21 | 135 | 57 | 24 |
| Octal | 252 | 14 | 222 | 0 | 135 | 16 | 41 | 465 | 127 | 44 |
| Binary | 10101010 | 1100 | 10010010 | 0 | 1011101 | 1110 | 100001 | 100110101 | 1010111 | 100100 |
Color Harmonies of #AA0C92
Complementary color
Monochromatic Colors of #AA0C92
Black with #AA0C92
Text Example
Text Example
White with #AA0C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C92; }
p { color: rgb(170,12,146); }
H1.HeaderClassName
{
color: #AA0C92;
}
.AnyTagClassName
{
color: #AA0C92;
}
</style>
background-color css
<style>
a { background-color: #AA0C92; }
a { background-color: rgb(170,12,146); }
div.DivClassName
{
background-color: #AA0C92;
}
.BgClassName
{
background-color: #AA0C92;
}
</style>
border-color css
<style>
span { border-color: #AA0C92; }
span { border-color: rgb(170,12,146); }
td.TdClassName
{
border-color: #AA0C92;
}
.TagClassName
{
border-color: #AA0C92;
}
</style>