Shades of Dark Magenta #AA0CA6
Tints of Dark Magenta #AA0CA6
RGB
CMYK
RGB Variations
Color information
#AA0CA6 (or 0xAA0CA6) is known color: Dark Magenta. HEX triplet: AA, 0C and A6. RGB value is (170,12,166). Sum of RGB (Red+Green+Blue) = 170+12+166=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA6 is #55F359. Grayscale: #4C4C4C. Windows color (decimal): -5632858 or 10882218. OLE color: 10882218.
HSL color Cylindrical-coordinate representation of color #AA0CA6: hue angle of 301.52º 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 #AA0CA6 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 166 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.33 |
| HSL | 301.52º | 0.87% | 0.36% | - |
| HSV(B) | 301.52º | 0.93% | 0.67% | - |
| XYZ | 23.59 | 11.56 | 37.06 | - |
| YUV | 76.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 166 | 0 | 0.93 | 0.02 | 0.33 | 301.52 | 0.87 | 0.36 |
| Hex | AA | C | A6 | 0 | 5D | 2 | 21 | 12E | 57 | 24 |
| Octal | 252 | 14 | 246 | 0 | 135 | 2 | 41 | 456 | 127 | 44 |
| Binary | 10101010 | 1100 | 10100110 | 0 | 1011101 | 10 | 100001 | 100101110 | 1010111 | 100100 |
Color Harmonies of #AA0CA6
Complementary color
Monochromatic Colors of #AA0CA6
Black with #AA0CA6
Text Example
Text Example
White with #AA0CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CA6; }
p { color: rgb(170,12,166); }
H1.HeaderClassName
{
color: #AA0CA6;
}
.AnyTagClassName
{
color: #AA0CA6;
}
</style>
background-color css
<style>
a { background-color: #AA0CA6; }
a { background-color: rgb(170,12,166); }
div.DivClassName
{
background-color: #AA0CA6;
}
.BgClassName
{
background-color: #AA0CA6;
}
</style>
border-color css
<style>
span { border-color: #AA0CA6; }
span { border-color: rgb(170,12,166); }
td.TdClassName
{
border-color: #AA0CA6;
}
.TagClassName
{
border-color: #AA0CA6;
}
</style>