Shades of Dark Magenta #AC039C
Tints of Dark Magenta #AC039C
RGB
CMYK
RGB Variations
Color information
#AC039C (or 0xAC039C) is known color: Dark Magenta. HEX triplet: AC, 03 and 9C. RGB value is (172,3,156). Sum of RGB (Red+Green+Blue) = 172+3+156=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC039C is #53FC63. Grayscale: #464646. Windows color (decimal): -5504100 or 10224556. OLE color: 10224556.
HSL color Cylindrical-coordinate representation of color #AC039C: hue angle of 305.68º 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 #AC039C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.33 |
| HSL | 305.68º | 0.97% | 0.34% | - |
| HSV(B) | 305.68º | 0.98% | 0.67% | - |
| XYZ | 23.05 | 11.24 | 32.41 | - |
| YUV | 70.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 156 | 0 | 0.98 | 0.09 | 0.33 | 305.68 | 0.97 | 0.34 |
| Hex | AC | 3 | 9C | 0 | 62 | 9 | 21 | 132 | 61 | 22 |
| Octal | 254 | 3 | 234 | 0 | 142 | 11 | 41 | 462 | 141 | 42 |
| Binary | 10101100 | 11 | 10011100 | 0 | 1100010 | 1001 | 100001 | 100110010 | 1100001 | 100010 |
Color Harmonies of #AC039C
Complementary color
Monochromatic Colors of #AC039C
Black with #AC039C
Text Example
Text Example
White with #AC039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC039C; }
p { color: rgb(172,3,156); }
H1.HeaderClassName
{
color: #AC039C;
}
.AnyTagClassName
{
color: #AC039C;
}
</style>
background-color css
<style>
a { background-color: #AC039C; }
a { background-color: rgb(172,3,156); }
div.DivClassName
{
background-color: #AC039C;
}
.BgClassName
{
background-color: #AC039C;
}
</style>
border-color css
<style>
span { border-color: #AC039C; }
span { border-color: rgb(172,3,156); }
td.TdClassName
{
border-color: #AC039C;
}
.TagClassName
{
border-color: #AC039C;
}
</style>