Shades of Dark Magenta #AC0EAA
Tints of Dark Magenta #AC0EAA
RGB
CMYK
RGB Variations
Color information
#AC0EAA (or 0xAC0EAA) is known color: Dark Magenta. HEX triplet: AC, 0E and AA. RGB value is (172,14,170). Sum of RGB (Red+Green+Blue) = 172+14+170=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0EAA is #53F155. Grayscale: #4E4E4E. Windows color (decimal): -5501270 or 11144876. OLE color: 11144876.
HSL color Cylindrical-coordinate representation of color #AC0EAA: hue angle of 300.76º 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 #AC0EAA is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 170 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.33 |
| HSL | 300.76º | 0.85% | 0.36% | - |
| HSV(B) | 300.76º | 0.92% | 0.67% | - |
| XYZ | 24.43 | 11.99 | 39.06 | - |
| YUV | 79.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 170 | 0 | 0.92 | 0.01 | 0.33 | 300.76 | 0.85 | 0.36 |
| Hex | AC | E | AA | 0 | 5C | 1 | 21 | 12D | 55 | 24 |
| Octal | 254 | 16 | 252 | 0 | 134 | 1 | 41 | 455 | 125 | 44 |
| Binary | 10101100 | 1110 | 10101010 | 0 | 1011100 | 1 | 100001 | 100101101 | 1010101 | 100100 |
Color Harmonies of #AC0EAA
Complementary color
Monochromatic Colors of #AC0EAA
Black with #AC0EAA
Text Example
Text Example
White with #AC0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EAA; }
p { color: rgb(172,14,170); }
H1.HeaderClassName
{
color: #AC0EAA;
}
.AnyTagClassName
{
color: #AC0EAA;
}
</style>
background-color css
<style>
a { background-color: #AC0EAA; }
a { background-color: rgb(172,14,170); }
div.DivClassName
{
background-color: #AC0EAA;
}
.BgClassName
{
background-color: #AC0EAA;
}
</style>
border-color css
<style>
span { border-color: #AC0EAA; }
span { border-color: rgb(172,14,170); }
td.TdClassName
{
border-color: #AC0EAA;
}
.TagClassName
{
border-color: #AC0EAA;
}
</style>