Shades of Dark Magenta #AA0D9C
Tints of Dark Magenta #AA0D9C
RGB
CMYK
RGB Variations
Color information
#AA0D9C (or 0xAA0D9C) is known color: Dark Magenta. HEX triplet: AA, 0D and 9C. RGB value is (170,13,156). Sum of RGB (Red+Green+Blue) = 170+13+156=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D9C is #55F263. Grayscale: #4B4B4B. Windows color (decimal): -5632612 or 10227114. OLE color: 10227114.
HSL color Cylindrical-coordinate representation of color #AA0D9C: hue angle of 305.35º 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 #AA0D9C is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 156 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.33 |
| HSL | 305.35º | 0.86% | 0.36% | - |
| HSV(B) | 305.35º | 0.92% | 0.67% | - |
| XYZ | 22.72 | 11.23 | 32.42 | - |
| YUV | 76.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 156 | 0 | 0.92 | 0.08 | 0.33 | 305.35 | 0.86 | 0.36 |
| Hex | AA | D | 9C | 0 | 5C | 8 | 21 | 131 | 56 | 24 |
| Octal | 252 | 15 | 234 | 0 | 134 | 10 | 41 | 461 | 126 | 44 |
| Binary | 10101010 | 1101 | 10011100 | 0 | 1011100 | 1000 | 100001 | 100110001 | 1010110 | 100100 |
Color Harmonies of #AA0D9C
Complementary color
Monochromatic Colors of #AA0D9C
Black with #AA0D9C
Text Example
Text Example
White with #AA0D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D9C; }
p { color: rgb(170,13,156); }
H1.HeaderClassName
{
color: #AA0D9C;
}
.AnyTagClassName
{
color: #AA0D9C;
}
</style>
background-color css
<style>
a { background-color: #AA0D9C; }
a { background-color: rgb(170,13,156); }
div.DivClassName
{
background-color: #AA0D9C;
}
.BgClassName
{
background-color: #AA0D9C;
}
</style>
border-color css
<style>
span { border-color: #AA0D9C; }
span { border-color: rgb(170,13,156); }
td.TdClassName
{
border-color: #AA0D9C;
}
.TagClassName
{
border-color: #AA0D9C;
}
</style>