Shades of Dark Magenta #AC0CA6
Tints of Dark Magenta #AC0CA6
RGB
CMYK
RGB Variations
Color information
#AC0CA6 (or 0xAC0CA6) is known color: Dark Magenta. HEX triplet: AC, 0C and A6. RGB value is (172,12,166). Sum of RGB (Red+Green+Blue) = 172+12+166=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0CA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CA6 is #53F359. Grayscale: #4C4C4C. Windows color (decimal): -5501786 or 10882220. OLE color: 10882220.
HSL color Cylindrical-coordinate representation of color #AC0CA6: hue angle of 302.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 #AC0CA6 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 166 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.33 |
| HSL | 302.25º | 0.87% | 0.36% | - |
| HSV(B) | 302.25º | 0.93% | 0.67% | - |
| XYZ | 24.03 | 11.79 | 37.09 | - |
| YUV | 77.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 166 | 0 | 0.93 | 0.03 | 0.33 | 302.25 | 0.87 | 0.36 |
| Hex | AC | C | A6 | 0 | 5D | 3 | 21 | 12E | 57 | 24 |
| Octal | 254 | 14 | 246 | 0 | 135 | 3 | 41 | 456 | 127 | 44 |
| Binary | 10101100 | 1100 | 10100110 | 0 | 1011101 | 11 | 100001 | 100101110 | 1010111 | 100100 |
Color Harmonies of #AC0CA6
Complementary color
Monochromatic Colors of #AC0CA6
Black with #AC0CA6
Text Example
Text Example
White with #AC0CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CA6; }
p { color: rgb(172,12,166); }
H1.HeaderClassName
{
color: #AC0CA6;
}
.AnyTagClassName
{
color: #AC0CA6;
}
</style>
background-color css
<style>
a { background-color: #AC0CA6; }
a { background-color: rgb(172,12,166); }
div.DivClassName
{
background-color: #AC0CA6;
}
.BgClassName
{
background-color: #AC0CA6;
}
</style>
border-color css
<style>
span { border-color: #AC0CA6; }
span { border-color: rgb(172,12,166); }
td.TdClassName
{
border-color: #AC0CA6;
}
.TagClassName
{
border-color: #AC0CA6;
}
</style>