Shades of Dark Magenta #AC039E
Tints of Dark Magenta #AC039E
RGB
CMYK
RGB Variations
Color information
#AC039E (or 0xAC039E) is known color: Dark Magenta. HEX triplet: AC, 03 and 9E. RGB value is (172,3,158). Sum of RGB (Red+Green+Blue) = 172+3+158=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC039E is #53FC61. Grayscale: #464646. Windows color (decimal): -5504098 or 10355628. OLE color: 10355628.
HSL color Cylindrical-coordinate representation of color #AC039E: hue angle of 304.97º 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 #AC039E is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.33 |
| HSL | 304.97º | 0.97% | 0.34% | - |
| HSV(B) | 304.97º | 0.98% | 0.67% | - |
| XYZ | 23.22 | 11.3 | 33.31 | - |
| YUV | 71.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 158 | 0 | 0.98 | 0.08 | 0.33 | 304.97 | 0.97 | 0.34 |
| Hex | AC | 3 | 9E | 0 | 62 | 8 | 21 | 131 | 61 | 22 |
| Octal | 254 | 3 | 236 | 0 | 142 | 10 | 41 | 461 | 141 | 42 |
| Binary | 10101100 | 11 | 10011110 | 0 | 1100010 | 1000 | 100001 | 100110001 | 1100001 | 100010 |
Color Harmonies of #AC039E
Complementary color
Monochromatic Colors of #AC039E
Black with #AC039E
Text Example
Text Example
White with #AC039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC039E; }
p { color: rgb(172,3,158); }
H1.HeaderClassName
{
color: #AC039E;
}
.AnyTagClassName
{
color: #AC039E;
}
</style>
background-color css
<style>
a { background-color: #AC039E; }
a { background-color: rgb(172,3,158); }
div.DivClassName
{
background-color: #AC039E;
}
.BgClassName
{
background-color: #AC039E;
}
</style>
border-color css
<style>
span { border-color: #AC039E; }
span { border-color: rgb(172,3,158); }
td.TdClassName
{
border-color: #AC039E;
}
.TagClassName
{
border-color: #AC039E;
}
</style>