Shades of Dark Magenta #AC0EA0
Tints of Dark Magenta #AC0EA0
RGB
CMYK
RGB Variations
Color information
#AC0EA0 (or 0xAC0EA0) is known color: Dark Magenta. HEX triplet: AC, 0E and A0. RGB value is (172,14,160). Sum of RGB (Red+Green+Blue) = 172+14+160=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0EA0 is #53F15F. Grayscale: #4D4D4D. Windows color (decimal): -5501280 or 10489516. OLE color: 10489516.
HSL color Cylindrical-coordinate representation of color #AC0EA0: hue angle of 304.56º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0EA0 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 160 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.33 |
| HSL | 304.56º | 0.85% | 0.36% | - |
| HSV(B) | 304.56º | 0.92% | 0.67% | - |
| XYZ | 23.52 | 11.62 | 34.26 | - |
| YUV | 77.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 160 | 0 | 0.92 | 0.07 | 0.33 | 304.56 | 0.85 | 0.36 |
| Hex | AC | E | A0 | 0 | 5C | 7 | 21 | 131 | 55 | 24 |
| Octal | 254 | 16 | 240 | 0 | 134 | 7 | 41 | 461 | 125 | 44 |
| Binary | 10101100 | 1110 | 10100000 | 0 | 1011100 | 111 | 100001 | 100110001 | 1010101 | 100100 |
Color Harmonies of #AC0EA0
Complementary color
Monochromatic Colors of #AC0EA0
Black with #AC0EA0
Text Example
Text Example
White with #AC0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EA0; }
p { color: rgb(172,14,160); }
H1.HeaderClassName
{
color: #AC0EA0;
}
.AnyTagClassName
{
color: #AC0EA0;
}
</style>
background-color css
<style>
a { background-color: #AC0EA0; }
a { background-color: rgb(172,14,160); }
div.DivClassName
{
background-color: #AC0EA0;
}
.BgClassName
{
background-color: #AC0EA0;
}
</style>
border-color css
<style>
span { border-color: #AC0EA0; }
span { border-color: rgb(172,14,160); }
td.TdClassName
{
border-color: #AC0EA0;
}
.TagClassName
{
border-color: #AC0EA0;
}
</style>