Shades of Dark Magenta #AC13A0
Tints of Dark Magenta #AC13A0
RGB
CMYK
RGB Variations
Color information
#AC13A0 (or 0xAC13A0) is known color: Dark Magenta. HEX triplet: AC, 13 and A0. RGB value is (172,19,160). Sum of RGB (Red+Green+Blue) = 172+19+160=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC13A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13A0 is #53EC5F. Grayscale: #505050. Windows color (decimal): -5500000 or 10490796. OLE color: 10490796.
HSL color Cylindrical-coordinate representation of color #AC13A0: hue angle of 304.71º 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 #AC13A0 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 160 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.33 |
| HSL | 304.71º | 0.8% | 0.37% | - |
| HSV(B) | 304.71º | 0.89% | 0.67% | - |
| XYZ | 23.59 | 11.77 | 34.29 | - |
| YUV | 80.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 160 | 0 | 0.89 | 0.07 | 0.33 | 304.71 | 0.8 | 0.37 |
| Hex | AC | 13 | A0 | 0 | 59 | 7 | 21 | 131 | 50 | 25 |
| Octal | 254 | 23 | 240 | 0 | 131 | 7 | 41 | 461 | 120 | 45 |
| Binary | 10101100 | 10011 | 10100000 | 0 | 1011001 | 111 | 100001 | 100110001 | 1010000 | 100101 |
Color Harmonies of #AC13A0
Complementary color
Monochromatic Colors of #AC13A0
Black with #AC13A0
Text Example
Text Example
White with #AC13A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13A0; }
p { color: rgb(172,19,160); }
H1.HeaderClassName
{
color: #AC13A0;
}
.AnyTagClassName
{
color: #AC13A0;
}
</style>
background-color css
<style>
a { background-color: #AC13A0; }
a { background-color: rgb(172,19,160); }
div.DivClassName
{
background-color: #AC13A0;
}
.BgClassName
{
background-color: #AC13A0;
}
</style>
border-color css
<style>
span { border-color: #AC13A0; }
span { border-color: rgb(172,19,160); }
td.TdClassName
{
border-color: #AC13A0;
}
.TagClassName
{
border-color: #AC13A0;
}
</style>