Shades of Dark Magenta #AC039D
Tints of Dark Magenta #AC039D
RGB
CMYK
RGB Variations
Color information
#AC039D (or 0xAC039D) is known color: Dark Magenta. HEX triplet: AC, 03 and 9D. RGB value is (172,3,157). Sum of RGB (Red+Green+Blue) = 172+3+157=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC039D is #53FC62. Grayscale: #464646. Windows color (decimal): -5504099 or 10290092. OLE color: 10290092.
HSL color Cylindrical-coordinate representation of color #AC039D: hue angle of 305.33º 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 #AC039D is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.33 |
| HSL | 305.33º | 0.97% | 0.34% | - |
| HSV(B) | 305.33º | 0.98% | 0.67% | - |
| XYZ | 23.13 | 11.27 | 32.85 | - |
| YUV | 71.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 157 | 0 | 0.98 | 0.09 | 0.33 | 305.33 | 0.97 | 0.34 |
| Hex | AC | 3 | 9D | 0 | 62 | 9 | 21 | 131 | 61 | 22 |
| Octal | 254 | 3 | 235 | 0 | 142 | 11 | 41 | 461 | 141 | 42 |
| Binary | 10101100 | 11 | 10011101 | 0 | 1100010 | 1001 | 100001 | 100110001 | 1100001 | 100010 |
Color Harmonies of #AC039D
Complementary color
Monochromatic Colors of #AC039D
Black with #AC039D
Text Example
Text Example
White with #AC039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC039D; }
p { color: rgb(172,3,157); }
H1.HeaderClassName
{
color: #AC039D;
}
.AnyTagClassName
{
color: #AC039D;
}
</style>
background-color css
<style>
a { background-color: #AC039D; }
a { background-color: rgb(172,3,157); }
div.DivClassName
{
background-color: #AC039D;
}
.BgClassName
{
background-color: #AC039D;
}
</style>
border-color css
<style>
span { border-color: #AC039D; }
span { border-color: rgb(172,3,157); }
td.TdClassName
{
border-color: #AC039D;
}
.TagClassName
{
border-color: #AC039D;
}
</style>