Shades of Dark Magenta #AC0E9A
Tints of Dark Magenta #AC0E9A
RGB
CMYK
RGB Variations
Color information
#AC0E9A (or 0xAC0E9A) is known color: Dark Magenta. HEX triplet: AC, 0E and 9A. RGB value is (172,14,154). Sum of RGB (Red+Green+Blue) = 172+14+154=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0E9A is #53F165. Grayscale: #4C4C4C. Windows color (decimal): -5501286 or 10096300. OLE color: 10096300.
HSL color Cylindrical-coordinate representation of color #AC0E9A: hue angle of 306.84º 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 #AC0E9A is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 154 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.33 |
| HSL | 306.84º | 0.85% | 0.36% | - |
| HSV(B) | 306.84º | 0.92% | 0.67% | - |
| XYZ | 23 | 11.42 | 31.56 | - |
| YUV | 77.2 | 171.35 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 154 | 0 | 0.92 | 0.10 | 0.33 | 306.84 | 0.85 | 0.36 |
| Hex | AC | E | 9A | 0 | 5C | A | 21 | 133 | 55 | 24 |
| Octal | 254 | 16 | 232 | 0 | 134 | 12 | 41 | 463 | 125 | 44 |
| Binary | 10101100 | 1110 | 10011010 | 0 | 1011100 | 1010 | 100001 | 100110011 | 1010101 | 100100 |
Color Harmonies of #AC0E9A
Complementary color
Monochromatic Colors of #AC0E9A
Black with #AC0E9A
Text Example
Text Example
White with #AC0E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E9A; }
p { color: rgb(172,14,154); }
H1.HeaderClassName
{
color: #AC0E9A;
}
.AnyTagClassName
{
color: #AC0E9A;
}
</style>
background-color css
<style>
a { background-color: #AC0E9A; }
a { background-color: rgb(172,14,154); }
div.DivClassName
{
background-color: #AC0E9A;
}
.BgClassName
{
background-color: #AC0E9A;
}
</style>
border-color css
<style>
span { border-color: #AC0E9A; }
span { border-color: rgb(172,14,154); }
td.TdClassName
{
border-color: #AC0E9A;
}
.TagClassName
{
border-color: #AC0E9A;
}
</style>