Shades of Dark Magenta #AA0E98
Tints of Dark Magenta #AA0E98
RGB
CMYK
RGB Variations
Color information
#AA0E98 (or 0xAA0E98) is known color: Dark Magenta. HEX triplet: AA, 0E and 98. RGB value is (170,14,152). Sum of RGB (Red+Green+Blue) = 170+14+152=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E98 is #55F167. Grayscale: #4B4B4B. Windows color (decimal): -5632360 or 9965226. OLE color: 9965226.
HSL color Cylindrical-coordinate representation of color #AA0E98: hue angle of 306.92º 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 #AA0E98 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 152 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.33 |
| HSL | 306.92º | 0.85% | 0.36% | - |
| HSV(B) | 306.92º | 0.92% | 0.67% | - |
| XYZ | 22.4 | 11.13 | 30.67 | - |
| YUV | 76.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 152 | 0 | 0.92 | 0.11 | 0.33 | 306.92 | 0.85 | 0.36 |
| Hex | AA | E | 98 | 0 | 5C | B | 21 | 133 | 55 | 24 |
| Octal | 252 | 16 | 230 | 0 | 134 | 13 | 41 | 463 | 125 | 44 |
| Binary | 10101010 | 1110 | 10011000 | 0 | 1011100 | 1011 | 100001 | 100110011 | 1010101 | 100100 |
Color Harmonies of #AA0E98
Complementary color
Monochromatic Colors of #AA0E98
Black with #AA0E98
Text Example
Text Example
White with #AA0E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E98; }
p { color: rgb(170,14,152); }
H1.HeaderClassName
{
color: #AA0E98;
}
.AnyTagClassName
{
color: #AA0E98;
}
</style>
background-color css
<style>
a { background-color: #AA0E98; }
a { background-color: rgb(170,14,152); }
div.DivClassName
{
background-color: #AA0E98;
}
.BgClassName
{
background-color: #AA0E98;
}
</style>
border-color css
<style>
span { border-color: #AA0E98; }
span { border-color: rgb(170,14,152); }
td.TdClassName
{
border-color: #AA0E98;
}
.TagClassName
{
border-color: #AA0E98;
}
</style>