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