Shades of Dark Magenta #AC0EA3
Tints of Dark Magenta #AC0EA3
RGB
CMYK
RGB Variations
Color information
#AC0EA3 (or 0xAC0EA3) is known color: Dark Magenta. HEX triplet: AC, 0E and A3. RGB value is (172,14,163). Sum of RGB (Red+Green+Blue) = 172+14+163=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0EA3 is #53F15C. Grayscale: #4D4D4D. Windows color (decimal): -5501277 or 10686124. OLE color: 10686124.
HSL color Cylindrical-coordinate representation of color #AC0EA3: hue angle of 303.42º 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 #AC0EA3 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 163 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.33 |
| HSL | 303.42º | 0.85% | 0.36% | - |
| HSV(B) | 303.42º | 0.92% | 0.67% | - |
| XYZ | 23.78 | 11.73 | 35.66 | - |
| YUV | 78.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 163 | 0 | 0.92 | 0.05 | 0.33 | 303.42 | 0.85 | 0.36 |
| Hex | AC | E | A3 | 0 | 5C | 5 | 21 | 12F | 55 | 24 |
| Octal | 254 | 16 | 243 | 0 | 134 | 5 | 41 | 457 | 125 | 44 |
| Binary | 10101100 | 1110 | 10100011 | 0 | 1011100 | 101 | 100001 | 100101111 | 1010101 | 100100 |
Color Harmonies of #AC0EA3
Complementary color
Monochromatic Colors of #AC0EA3
Black with #AC0EA3
Text Example
Text Example
White with #AC0EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EA3; }
p { color: rgb(172,14,163); }
H1.HeaderClassName
{
color: #AC0EA3;
}
.AnyTagClassName
{
color: #AC0EA3;
}
</style>
background-color css
<style>
a { background-color: #AC0EA3; }
a { background-color: rgb(172,14,163); }
div.DivClassName
{
background-color: #AC0EA3;
}
.BgClassName
{
background-color: #AC0EA3;
}
</style>
border-color css
<style>
span { border-color: #AC0EA3; }
span { border-color: rgb(172,14,163); }
td.TdClassName
{
border-color: #AC0EA3;
}
.TagClassName
{
border-color: #AC0EA3;
}
</style>