Shades of Dark Magenta #AC0399
Tints of Dark Magenta #AC0399
RGB
CMYK
RGB Variations
Color information
#AC0399 (or 0xAC0399) is known color: Dark Magenta. HEX triplet: AC, 03 and 99. RGB value is (172,3,153). Sum of RGB (Red+Green+Blue) = 172+3+153=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0399 is #53FC66. Grayscale: #464646. Windows color (decimal): -5504103 or 10027948. OLE color: 10027948.
HSL color Cylindrical-coordinate representation of color #AC0399: hue angle of 306.75º 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 #AC0399 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 153 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.33 |
| HSL | 306.75º | 0.97% | 0.34% | - |
| HSV(B) | 306.75º | 0.98% | 0.67% | - |
| XYZ | 22.8 | 11.14 | 31.08 | - |
| YUV | 70.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 153 | 0 | 0.98 | 0.11 | 0.33 | 306.75 | 0.97 | 0.34 |
| Hex | AC | 3 | 99 | 0 | 62 | B | 21 | 133 | 61 | 22 |
| Octal | 254 | 3 | 231 | 0 | 142 | 13 | 41 | 463 | 141 | 42 |
| Binary | 10101100 | 11 | 10011001 | 0 | 1100010 | 1011 | 100001 | 100110011 | 1100001 | 100010 |
Color Harmonies of #AC0399
Complementary color
Monochromatic Colors of #AC0399
Black with #AC0399
Text Example
Text Example
White with #AC0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0399; }
p { color: rgb(172,3,153); }
H1.HeaderClassName
{
color: #AC0399;
}
.AnyTagClassName
{
color: #AC0399;
}
</style>
background-color css
<style>
a { background-color: #AC0399; }
a { background-color: rgb(172,3,153); }
div.DivClassName
{
background-color: #AC0399;
}
.BgClassName
{
background-color: #AC0399;
}
</style>
border-color css
<style>
span { border-color: #AC0399; }
span { border-color: rgb(172,3,153); }
td.TdClassName
{
border-color: #AC0399;
}
.TagClassName
{
border-color: #AC0399;
}
</style>