Shades of Dark Magenta #AA0D99
Tints of Dark Magenta #AA0D99
RGB
CMYK
RGB Variations
Color information
#AA0D99 (or 0xAA0D99) is known color: Dark Magenta. HEX triplet: AA, 0D and 99. RGB value is (170,13,153). Sum of RGB (Red+Green+Blue) = 170+13+153=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D99 is #55F266. Grayscale: #4B4B4B. Windows color (decimal): -5632615 or 10030506. OLE color: 10030506.
HSL color Cylindrical-coordinate representation of color #AA0D99: hue angle of 306.5º degrees, saturation: 0.86, 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 #AA0D99 is Cyan = 0, Magento = 0.92, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 153 | - |
| CMYK | 0 | 0.92 | 0.1 | 0.33 |
| HSL | 306.5º | 0.86% | 0.36% | - |
| HSV(B) | 306.5º | 0.92% | 0.67% | - |
| XYZ | 22.47 | 11.13 | 31.1 | - |
| YUV | 75.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 153 | 0 | 0.92 | 0.1 | 0.33 | 306.5 | 0.86 | 0.36 |
| Hex | AA | D | 99 | 0 | 5C | A | 21 | 132 | 56 | 24 |
| Octal | 252 | 15 | 231 | 0 | 134 | 12 | 41 | 462 | 126 | 44 |
| Binary | 10101010 | 1101 | 10011001 | 0 | 1011100 | 1010 | 100001 | 100110010 | 1010110 | 100100 |
Color Harmonies of #AA0D99
Complementary color
Monochromatic Colors of #AA0D99
Black with #AA0D99
Text Example
Text Example
White with #AA0D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D99; }
p { color: rgb(170,13,153); }
H1.HeaderClassName
{
color: #AA0D99;
}
.AnyTagClassName
{
color: #AA0D99;
}
</style>
background-color css
<style>
a { background-color: #AA0D99; }
a { background-color: rgb(170,13,153); }
div.DivClassName
{
background-color: #AA0D99;
}
.BgClassName
{
background-color: #AA0D99;
}
</style>
border-color css
<style>
span { border-color: #AA0D99; }
span { border-color: rgb(170,13,153); }
td.TdClassName
{
border-color: #AA0D99;
}
.TagClassName
{
border-color: #AA0D99;
}
</style>