Shades of Dark Magenta #AC039F
Tints of Dark Magenta #AC039F
RGB
CMYK
RGB Variations
Color information
#AC039F (or 0xAC039F) is known color: Dark Magenta. HEX triplet: AC, 03 and 9F. RGB value is (172,3,159). Sum of RGB (Red+Green+Blue) = 172+3+159=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC039F is #53FC60. Grayscale: #464646. Windows color (decimal): -5504097 or 10421164. OLE color: 10421164.
HSL color Cylindrical-coordinate representation of color #AC039F: hue angle of 304.62º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC039F is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 159 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.33 |
| HSL | 304.62º | 0.97% | 0.34% | - |
| HSV(B) | 304.62º | 0.98% | 0.67% | - |
| XYZ | 23.3 | 11.34 | 33.76 | - |
| YUV | 71.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 159 | 0 | 0.98 | 0.08 | 0.33 | 304.62 | 0.97 | 0.34 |
| Hex | AC | 3 | 9F | 0 | 62 | 8 | 21 | 131 | 61 | 22 |
| Octal | 254 | 3 | 237 | 0 | 142 | 10 | 41 | 461 | 141 | 42 |
| Binary | 10101100 | 11 | 10011111 | 0 | 1100010 | 1000 | 100001 | 100110001 | 1100001 | 100010 |
Color Harmonies of #AC039F
Complementary color
Monochromatic Colors of #AC039F
Black with #AC039F
Text Example
Text Example
White with #AC039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC039F; }
p { color: rgb(172,3,159); }
H1.HeaderClassName
{
color: #AC039F;
}
.AnyTagClassName
{
color: #AC039F;
}
</style>
background-color css
<style>
a { background-color: #AC039F; }
a { background-color: rgb(172,3,159); }
div.DivClassName
{
background-color: #AC039F;
}
.BgClassName
{
background-color: #AC039F;
}
</style>
border-color css
<style>
span { border-color: #AC039F; }
span { border-color: rgb(172,3,159); }
td.TdClassName
{
border-color: #AC039F;
}
.TagClassName
{
border-color: #AC039F;
}
</style>