Shades of Dark Magenta #AC019A
Tints of Dark Magenta #AC019A
RGB
CMYK
RGB Variations
Color information
#AC019A (or 0xAC019A) is known color: Dark Magenta. HEX triplet: AC, 01 and 9A. RGB value is (172,1,154). Sum of RGB (Red+Green+Blue) = 172+1+154=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC019A is #53FE65. Grayscale: #454545. Windows color (decimal): -5504614 or 10092972. OLE color: 10092972.
HSL color Cylindrical-coordinate representation of color #AC019A: hue angle of 306.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC019A is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.33 |
| HSL | 306.32º | 0.99% | 0.34% | - |
| HSV(B) | 306.32º | 0.99% | 0.67% | - |
| XYZ | 22.86 | 11.13 | 31.51 | - |
| YUV | 69.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 154 | 0 | 0.99 | 0.10 | 0.33 | 306.32 | 0.99 | 0.34 |
| Hex | AC | 1 | 9A | 0 | 63 | A | 21 | 132 | 63 | 22 |
| Octal | 254 | 1 | 232 | 0 | 143 | 12 | 41 | 462 | 143 | 42 |
| Binary | 10101100 | 1 | 10011010 | 0 | 1100011 | 1010 | 100001 | 100110010 | 1100011 | 100010 |
Color Harmonies of #AC019A
Complementary color
Monochromatic Colors of #AC019A
Black with #AC019A
Text Example
Text Example
White with #AC019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC019A; }
p { color: rgb(172,1,154); }
H1.HeaderClassName
{
color: #AC019A;
}
.AnyTagClassName
{
color: #AC019A;
}
</style>
background-color css
<style>
a { background-color: #AC019A; }
a { background-color: rgb(172,1,154); }
div.DivClassName
{
background-color: #AC019A;
}
.BgClassName
{
background-color: #AC019A;
}
</style>
border-color css
<style>
span { border-color: #AC019A; }
span { border-color: rgb(172,1,154); }
td.TdClassName
{
border-color: #AC019A;
}
.TagClassName
{
border-color: #AC019A;
}
</style>