Shades of Dark Magenta #AA0CAC
Tints of Dark Magenta #AA0CAC
RGB
CMYK
RGB Variations
Color information
#AA0CAC (or 0xAA0CAC) is known color: Dark Magenta. HEX triplet: AA, 0C and AC. RGB value is (170,12,172). Sum of RGB (Red+Green+Blue) = 170+12+172=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CAC is #55F353. Grayscale: #4D4D4D. Windows color (decimal): -5632852 or 11275434. OLE color: 11275434.
HSL color Cylindrical-coordinate representation of color #AA0CAC: hue angle of 299.25º 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 #AA0CAC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 172 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.33 |
| HSL | 299.25º | 0.87% | 0.36% | - |
| HSV(B) | 299.25º | 0.93% | 0.67% | - |
| XYZ | 24.16 | 11.79 | 40.03 | - |
| YUV | 77.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 172 | 0.01 | 0.93 | 0 | 0.33 | 299.25 | 0.87 | 0.36 |
| Hex | AA | C | AC | 1 | 5D | 0 | 21 | 12B | 57 | 24 |
| Octal | 252 | 14 | 254 | 1 | 135 | 0 | 41 | 453 | 127 | 44 |
| Binary | 10101010 | 1100 | 10101100 | 1 | 1011101 | 0 | 100001 | 100101011 | 1010111 | 100100 |
Color Harmonies of #AA0CAC
Complementary color
Monochromatic Colors of #AA0CAC
Black with #AA0CAC
Text Example
Text Example
White with #AA0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CAC; }
p { color: rgb(170,12,172); }
H1.HeaderClassName
{
color: #AA0CAC;
}
.AnyTagClassName
{
color: #AA0CAC;
}
</style>
background-color css
<style>
a { background-color: #AA0CAC; }
a { background-color: rgb(170,12,172); }
div.DivClassName
{
background-color: #AA0CAC;
}
.BgClassName
{
background-color: #AA0CAC;
}
</style>
border-color css
<style>
span { border-color: #AA0CAC; }
span { border-color: rgb(170,12,172); }
td.TdClassName
{
border-color: #AA0CAC;
}
.TagClassName
{
border-color: #AA0CAC;
}
</style>