Shades of Dark Magenta #AC039A
Tints of Dark Magenta #AC039A
RGB
CMYK
RGB Variations
Color information
#AC039A (or 0xAC039A) is known color: Dark Magenta. HEX triplet: AC, 03 and 9A. RGB value is (172,3,154). Sum of RGB (Red+Green+Blue) = 172+3+154=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC039A is #53FC65. Grayscale: #464646. Windows color (decimal): -5504102 or 10093484. OLE color: 10093484.
HSL color Cylindrical-coordinate representation of color #AC039A: hue angle of 306.39º 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 #AC039A is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.33 |
| HSL | 306.39º | 0.97% | 0.34% | - |
| HSV(B) | 306.39º | 0.98% | 0.67% | - |
| XYZ | 22.88 | 11.17 | 31.52 | - |
| YUV | 70.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 154 | 0 | 0.98 | 0.10 | 0.33 | 306.39 | 0.97 | 0.34 |
| Hex | AC | 3 | 9A | 0 | 62 | A | 21 | 132 | 61 | 22 |
| Octal | 254 | 3 | 232 | 0 | 142 | 12 | 41 | 462 | 141 | 42 |
| Binary | 10101100 | 11 | 10011010 | 0 | 1100010 | 1010 | 100001 | 100110010 | 1100001 | 100010 |
Color Harmonies of #AC039A
Complementary color
Monochromatic Colors of #AC039A
Black with #AC039A
Text Example
Text Example
White with #AC039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC039A; }
p { color: rgb(172,3,154); }
H1.HeaderClassName
{
color: #AC039A;
}
.AnyTagClassName
{
color: #AC039A;
}
</style>
background-color css
<style>
a { background-color: #AC039A; }
a { background-color: rgb(172,3,154); }
div.DivClassName
{
background-color: #AC039A;
}
.BgClassName
{
background-color: #AC039A;
}
</style>
border-color css
<style>
span { border-color: #AC039A; }
span { border-color: rgb(172,3,154); }
td.TdClassName
{
border-color: #AC039A;
}
.TagClassName
{
border-color: #AC039A;
}
</style>