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