Shades of Dark Magenta #AA0D9A
Tints of Dark Magenta #AA0D9A
RGB
CMYK
RGB Variations
Color information
#AA0D9A (or 0xAA0D9A) is known color: Dark Magenta. HEX triplet: AA, 0D and 9A. RGB value is (170,13,154). Sum of RGB (Red+Green+Blue) = 170+13+154=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D9A is #55F265. Grayscale: #4B4B4B. Windows color (decimal): -5632614 or 10096042. OLE color: 10096042.
HSL color Cylindrical-coordinate representation of color #AA0D9A: hue angle of 306.11º 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 #AA0D9A is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 154 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.33 |
| HSL | 306.11º | 0.86% | 0.36% | - |
| HSV(B) | 306.11º | 0.92% | 0.67% | - |
| XYZ | 22.55 | 11.17 | 31.54 | - |
| YUV | 76.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 154 | 0 | 0.92 | 0.09 | 0.33 | 306.11 | 0.86 | 0.36 |
| Hex | AA | D | 9A | 0 | 5C | 9 | 21 | 132 | 56 | 24 |
| Octal | 252 | 15 | 232 | 0 | 134 | 11 | 41 | 462 | 126 | 44 |
| Binary | 10101010 | 1101 | 10011010 | 0 | 1011100 | 1001 | 100001 | 100110010 | 1010110 | 100100 |
Color Harmonies of #AA0D9A
Complementary color
Monochromatic Colors of #AA0D9A
Black with #AA0D9A
Text Example
Text Example
White with #AA0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D9A; }
p { color: rgb(170,13,154); }
H1.HeaderClassName
{
color: #AA0D9A;
}
.AnyTagClassName
{
color: #AA0D9A;
}
</style>
background-color css
<style>
a { background-color: #AA0D9A; }
a { background-color: rgb(170,13,154); }
div.DivClassName
{
background-color: #AA0D9A;
}
.BgClassName
{
background-color: #AA0D9A;
}
</style>
border-color css
<style>
span { border-color: #AA0D9A; }
span { border-color: rgb(170,13,154); }
td.TdClassName
{
border-color: #AA0D9A;
}
.TagClassName
{
border-color: #AA0D9A;
}
</style>