Shades of Dark Magenta #AA0CA8
Tints of Dark Magenta #AA0CA8
RGB
CMYK
RGB Variations
Color information
#AA0CA8 (or 0xAA0CA8) is known color: Dark Magenta. HEX triplet: AA, 0C and A8. RGB value is (170,12,168). Sum of RGB (Red+Green+Blue) = 170+12+168=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA8 is #55F357. Grayscale: #4C4C4C. Windows color (decimal): -5632856 or 11013290. OLE color: 11013290.
HSL color Cylindrical-coordinate representation of color #AA0CA8: hue angle of 300.76º 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 #AA0CA8 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 168 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.33 |
| HSL | 300.76º | 0.87% | 0.36% | - |
| HSV(B) | 300.76º | 0.93% | 0.67% | - |
| XYZ | 23.78 | 11.64 | 38.04 | - |
| YUV | 77.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 168 | 0 | 0.93 | 0.01 | 0.33 | 300.76 | 0.87 | 0.36 |
| Hex | AA | C | A8 | 0 | 5D | 1 | 21 | 12D | 57 | 24 |
| Octal | 252 | 14 | 250 | 0 | 135 | 1 | 41 | 455 | 127 | 44 |
| Binary | 10101010 | 1100 | 10101000 | 0 | 1011101 | 1 | 100001 | 100101101 | 1010111 | 100100 |
Color Harmonies of #AA0CA8
Complementary color
Monochromatic Colors of #AA0CA8
Black with #AA0CA8
Text Example
Text Example
White with #AA0CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CA8; }
p { color: rgb(170,12,168); }
H1.HeaderClassName
{
color: #AA0CA8;
}
.AnyTagClassName
{
color: #AA0CA8;
}
</style>
background-color css
<style>
a { background-color: #AA0CA8; }
a { background-color: rgb(170,12,168); }
div.DivClassName
{
background-color: #AA0CA8;
}
.BgClassName
{
background-color: #AA0CA8;
}
</style>
border-color css
<style>
span { border-color: #AA0CA8; }
span { border-color: rgb(170,12,168); }
td.TdClassName
{
border-color: #AA0CA8;
}
.TagClassName
{
border-color: #AA0CA8;
}
</style>