Shades of Dark Magenta #AA0C9D
Tints of Dark Magenta #AA0C9D
RGB
CMYK
RGB Variations
Color information
#AA0C9D (or 0xAA0C9D) is known color: Dark Magenta. HEX triplet: AA, 0C and 9D. RGB value is (170,12,157). Sum of RGB (Red+Green+Blue) = 170+12+157=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C9D is #55F362. Grayscale: #4B4B4B. Windows color (decimal): -5632867 or 10292394. OLE color: 10292394.
HSL color Cylindrical-coordinate representation of color #AA0C9D: hue angle of 304.94º 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 #AA0C9D is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 157 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.33 |
| HSL | 304.94º | 0.87% | 0.36% | - |
| HSV(B) | 304.94º | 0.93% | 0.67% | - |
| XYZ | 22.79 | 11.24 | 32.87 | - |
| YUV | 75.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 157 | 0 | 0.93 | 0.08 | 0.33 | 304.94 | 0.87 | 0.36 |
| Hex | AA | C | 9D | 0 | 5D | 8 | 21 | 131 | 57 | 24 |
| Octal | 252 | 14 | 235 | 0 | 135 | 10 | 41 | 461 | 127 | 44 |
| Binary | 10101010 | 1100 | 10011101 | 0 | 1011101 | 1000 | 100001 | 100110001 | 1010111 | 100100 |
Color Harmonies of #AA0C9D
Complementary color
Monochromatic Colors of #AA0C9D
Black with #AA0C9D
Text Example
Text Example
White with #AA0C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C9D; }
p { color: rgb(170,12,157); }
H1.HeaderClassName
{
color: #AA0C9D;
}
.AnyTagClassName
{
color: #AA0C9D;
}
</style>
background-color css
<style>
a { background-color: #AA0C9D; }
a { background-color: rgb(170,12,157); }
div.DivClassName
{
background-color: #AA0C9D;
}
.BgClassName
{
background-color: #AA0C9D;
}
</style>
border-color css
<style>
span { border-color: #AA0C9D; }
span { border-color: rgb(170,12,157); }
td.TdClassName
{
border-color: #AA0C9D;
}
.TagClassName
{
border-color: #AA0C9D;
}
</style>