Shades of Dark Magenta #AC059D
Tints of Dark Magenta #AC059D
RGB
CMYK
RGB Variations
Color information
#AC059D (or 0xAC059D) is known color: Dark Magenta. HEX triplet: AC, 05 and 9D. RGB value is (172,5,157). Sum of RGB (Red+Green+Blue) = 172+5+157=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC059D is #53FA62. Grayscale: #474747. Windows color (decimal): -5503587 or 10290604. OLE color: 10290604.
HSL color Cylindrical-coordinate representation of color #AC059D: hue angle of 305.39º 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 #AC059D is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.33 |
| HSL | 305.39º | 0.94% | 0.35% | - |
| HSV(B) | 305.39º | 0.97% | 0.67% | - |
| XYZ | 23.15 | 11.31 | 32.86 | - |
| YUV | 72.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 157 | 0 | 0.97 | 0.09 | 0.33 | 305.39 | 0.94 | 0.35 |
| Hex | AC | 5 | 9D | 0 | 61 | 9 | 21 | 131 | 5E | 23 |
| Octal | 254 | 5 | 235 | 0 | 141 | 11 | 41 | 461 | 136 | 43 |
| Binary | 10101100 | 101 | 10011101 | 0 | 1100001 | 1001 | 100001 | 100110001 | 1011110 | 100011 |
Color Harmonies of #AC059D
Complementary color
Monochromatic Colors of #AC059D
Black with #AC059D
Text Example
Text Example
White with #AC059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC059D; }
p { color: rgb(172,5,157); }
H1.HeaderClassName
{
color: #AC059D;
}
.AnyTagClassName
{
color: #AC059D;
}
</style>
background-color css
<style>
a { background-color: #AC059D; }
a { background-color: rgb(172,5,157); }
div.DivClassName
{
background-color: #AC059D;
}
.BgClassName
{
background-color: #AC059D;
}
</style>
border-color css
<style>
span { border-color: #AC059D; }
span { border-color: rgb(172,5,157); }
td.TdClassName
{
border-color: #AC059D;
}
.TagClassName
{
border-color: #AC059D;
}
</style>