Shades of Dark Magenta #AA0CA0
Tints of Dark Magenta #AA0CA0
RGB
CMYK
RGB Variations
Color information
#AA0CA0 (or 0xAA0CA0) is known color: Dark Magenta. HEX triplet: AA, 0C and A0. RGB value is (170,12,160). Sum of RGB (Red+Green+Blue) = 170+12+160=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA0 is #55F35F. Grayscale: #4B4B4B. Windows color (decimal): -5632864 or 10489002. OLE color: 10489002.
HSL color Cylindrical-coordinate representation of color #AA0CA0: hue angle of 303.8º 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 #AA0CA0 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 160 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.33 |
| HSL | 303.8º | 0.87% | 0.36% | - |
| HSV(B) | 303.8º | 0.93% | 0.67% | - |
| XYZ | 23.05 | 11.35 | 34.23 | - |
| YUV | 76.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 160 | 0 | 0.93 | 0.06 | 0.33 | 303.8 | 0.87 | 0.36 |
| Hex | AA | C | A0 | 0 | 5D | 6 | 21 | 130 | 57 | 24 |
| Octal | 252 | 14 | 240 | 0 | 135 | 6 | 41 | 460 | 127 | 44 |
| Binary | 10101010 | 1100 | 10100000 | 0 | 1011101 | 110 | 100001 | 100110000 | 1010111 | 100100 |
Color Harmonies of #AA0CA0
Complementary color
Monochromatic Colors of #AA0CA0
Black with #AA0CA0
Text Example
Text Example
White with #AA0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CA0; }
p { color: rgb(170,12,160); }
H1.HeaderClassName
{
color: #AA0CA0;
}
.AnyTagClassName
{
color: #AA0CA0;
}
</style>
background-color css
<style>
a { background-color: #AA0CA0; }
a { background-color: rgb(170,12,160); }
div.DivClassName
{
background-color: #AA0CA0;
}
.BgClassName
{
background-color: #AA0CA0;
}
</style>
border-color css
<style>
span { border-color: #AA0CA0; }
span { border-color: rgb(170,12,160); }
td.TdClassName
{
border-color: #AA0CA0;
}
.TagClassName
{
border-color: #AA0CA0;
}
</style>