Shades of Dark Magenta #AA0CA2
Tints of Dark Magenta #AA0CA2
RGB
CMYK
RGB Variations
Color information
#AA0CA2 (or 0xAA0CA2) is known color: Dark Magenta. HEX triplet: AA, 0C and A2. RGB value is (170,12,162). Sum of RGB (Red+Green+Blue) = 170+12+162=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA2 is #55F35D. Grayscale: #4B4B4B. Windows color (decimal): -5632862 or 10620074. OLE color: 10620074.
HSL color Cylindrical-coordinate representation of color #AA0CA2: hue angle of 303.04º 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 #AA0CA2 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 162 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.33 |
| HSL | 303.04º | 0.87% | 0.36% | - |
| HSV(B) | 303.04º | 0.93% | 0.67% | - |
| XYZ | 23.23 | 11.42 | 35.16 | - |
| YUV | 76.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 162 | 0 | 0.93 | 0.05 | 0.33 | 303.04 | 0.87 | 0.36 |
| Hex | AA | C | A2 | 0 | 5D | 5 | 21 | 12F | 57 | 24 |
| Octal | 252 | 14 | 242 | 0 | 135 | 5 | 41 | 457 | 127 | 44 |
| Binary | 10101010 | 1100 | 10100010 | 0 | 1011101 | 101 | 100001 | 100101111 | 1010111 | 100100 |
Color Harmonies of #AA0CA2
Complementary color
Monochromatic Colors of #AA0CA2
Black with #AA0CA2
Text Example
Text Example
White with #AA0CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CA2; }
p { color: rgb(170,12,162); }
H1.HeaderClassName
{
color: #AA0CA2;
}
.AnyTagClassName
{
color: #AA0CA2;
}
</style>
background-color css
<style>
a { background-color: #AA0CA2; }
a { background-color: rgb(170,12,162); }
div.DivClassName
{
background-color: #AA0CA2;
}
.BgClassName
{
background-color: #AA0CA2;
}
</style>
border-color css
<style>
span { border-color: #AA0CA2; }
span { border-color: rgb(170,12,162); }
td.TdClassName
{
border-color: #AA0CA2;
}
.TagClassName
{
border-color: #AA0CA2;
}
</style>