Shades of Dark Magenta #AC059C
Tints of Dark Magenta #AC059C
RGB
CMYK
RGB Variations
Color information
#AC059C (or 0xAC059C) is known color: Dark Magenta. HEX triplet: AC, 05 and 9C. RGB value is (172,5,156). Sum of RGB (Red+Green+Blue) = 172+5+156=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC059C is #53FA63. Grayscale: #474747. Windows color (decimal): -5503588 or 10225068. OLE color: 10225068.
HSL color Cylindrical-coordinate representation of color #AC059C: hue angle of 305.75º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC059C is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 156 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.33 |
| HSL | 305.75º | 0.94% | 0.35% | - |
| HSV(B) | 305.75º | 0.97% | 0.67% | - |
| XYZ | 23.07 | 11.28 | 32.41 | - |
| YUV | 72.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 156 | 0 | 0.97 | 0.09 | 0.33 | 305.75 | 0.94 | 0.35 |
| Hex | AC | 5 | 9C | 0 | 61 | 9 | 21 | 132 | 5E | 23 |
| Octal | 254 | 5 | 234 | 0 | 141 | 11 | 41 | 462 | 136 | 43 |
| Binary | 10101100 | 101 | 10011100 | 0 | 1100001 | 1001 | 100001 | 100110010 | 1011110 | 100011 |
Color Harmonies of #AC059C
Complementary color
Monochromatic Colors of #AC059C
Black with #AC059C
Text Example
Text Example
White with #AC059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC059C; }
p { color: rgb(172,5,156); }
H1.HeaderClassName
{
color: #AC059C;
}
.AnyTagClassName
{
color: #AC059C;
}
</style>
background-color css
<style>
a { background-color: #AC059C; }
a { background-color: rgb(172,5,156); }
div.DivClassName
{
background-color: #AC059C;
}
.BgClassName
{
background-color: #AC059C;
}
</style>
border-color css
<style>
span { border-color: #AC059C; }
span { border-color: rgb(172,5,156); }
td.TdClassName
{
border-color: #AC059C;
}
.TagClassName
{
border-color: #AC059C;
}
</style>