Shades of Dark Magenta #AC13A8
Tints of Dark Magenta #AC13A8
RGB
CMYK
RGB Variations
Color information
#AC13A8 (or 0xAC13A8) is known color: Dark Magenta. HEX triplet: AC, 13 and A8. RGB value is (172,19,168). Sum of RGB (Red+Green+Blue) = 172+19+168=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC13A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13A8 is #53EC57. Grayscale: #515151. Windows color (decimal): -5499992 or 11015084. OLE color: 11015084.
HSL color Cylindrical-coordinate representation of color #AC13A8: hue angle of 301.57º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC13A8 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 168 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.33 |
| HSL | 301.57º | 0.8% | 0.37% | - |
| HSV(B) | 301.57º | 0.89% | 0.67% | - |
| XYZ | 24.31 | 12.06 | 38.09 | - |
| YUV | 81.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 168 | 0 | 0.89 | 0.02 | 0.33 | 301.57 | 0.8 | 0.37 |
| Hex | AC | 13 | A8 | 0 | 59 | 2 | 21 | 12E | 50 | 25 |
| Octal | 254 | 23 | 250 | 0 | 131 | 2 | 41 | 456 | 120 | 45 |
| Binary | 10101100 | 10011 | 10101000 | 0 | 1011001 | 10 | 100001 | 100101110 | 1010000 | 100101 |
Color Harmonies of #AC13A8
Complementary color
Monochromatic Colors of #AC13A8
Black with #AC13A8
Text Example
Text Example
White with #AC13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13A8; }
p { color: rgb(172,19,168); }
H1.HeaderClassName
{
color: #AC13A8;
}
.AnyTagClassName
{
color: #AC13A8;
}
</style>
background-color css
<style>
a { background-color: #AC13A8; }
a { background-color: rgb(172,19,168); }
div.DivClassName
{
background-color: #AC13A8;
}
.BgClassName
{
background-color: #AC13A8;
}
</style>
border-color css
<style>
span { border-color: #AC13A8; }
span { border-color: rgb(172,19,168); }
td.TdClassName
{
border-color: #AC13A8;
}
.TagClassName
{
border-color: #AC13A8;
}
</style>