Shades of Dark Magenta #AC059B
Tints of Dark Magenta #AC059B
RGB
CMYK
RGB Variations
Color information
#AC059B (or 0xAC059B) is known color: Dark Magenta. HEX triplet: AC, 05 and 9B. RGB value is (172,5,155). Sum of RGB (Red+Green+Blue) = 172+5+155=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC059B is #53FA64. Grayscale: #474747. Windows color (decimal): -5503589 or 10159532. OLE color: 10159532.
HSL color Cylindrical-coordinate representation of color #AC059B: hue angle of 306.11º 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 #AC059B is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.33 |
| HSL | 306.11º | 0.94% | 0.35% | - |
| HSV(B) | 306.11º | 0.97% | 0.67% | - |
| XYZ | 22.98 | 11.25 | 31.97 | - |
| YUV | 72.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 155 | 0 | 0.97 | 0.10 | 0.33 | 306.11 | 0.94 | 0.35 |
| Hex | AC | 5 | 9B | 0 | 61 | A | 21 | 132 | 5E | 23 |
| Octal | 254 | 5 | 233 | 0 | 141 | 12 | 41 | 462 | 136 | 43 |
| Binary | 10101100 | 101 | 10011011 | 0 | 1100001 | 1010 | 100001 | 100110010 | 1011110 | 100011 |
Color Harmonies of #AC059B
Complementary color
Monochromatic Colors of #AC059B
Black with #AC059B
Text Example
Text Example
White with #AC059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC059B; }
p { color: rgb(172,5,155); }
H1.HeaderClassName
{
color: #AC059B;
}
.AnyTagClassName
{
color: #AC059B;
}
</style>
background-color css
<style>
a { background-color: #AC059B; }
a { background-color: rgb(172,5,155); }
div.DivClassName
{
background-color: #AC059B;
}
.BgClassName
{
background-color: #AC059B;
}
</style>
border-color css
<style>
span { border-color: #AC059B; }
span { border-color: rgb(172,5,155); }
td.TdClassName
{
border-color: #AC059B;
}
.TagClassName
{
border-color: #AC059B;
}
</style>