Shades of Dark Magenta #AC0899
Tints of Dark Magenta #AC0899
RGB
CMYK
RGB Variations
Color information
#AC0899 (or 0xAC0899) is known color: Dark Magenta. HEX triplet: AC, 08 and 99. RGB value is (172,8,153). Sum of RGB (Red+Green+Blue) = 172+8+153=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0899 is #53F766. Grayscale: #494949. Windows color (decimal): -5502823 or 10029228. OLE color: 10029228.
HSL color Cylindrical-coordinate representation of color #AC0899: hue angle of 306.95º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0899 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 153 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.33 |
| HSL | 306.95º | 0.91% | 0.35% | - |
| HSV(B) | 306.95º | 0.95% | 0.67% | - |
| XYZ | 22.85 | 11.24 | 31.1 | - |
| YUV | 73.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 153 | 0 | 0.95 | 0.11 | 0.33 | 306.95 | 0.91 | 0.35 |
| Hex | AC | 8 | 99 | 0 | 5F | B | 21 | 133 | 5B | 23 |
| Octal | 254 | 10 | 231 | 0 | 137 | 13 | 41 | 463 | 133 | 43 |
| Binary | 10101100 | 1000 | 10011001 | 0 | 1011111 | 1011 | 100001 | 100110011 | 1011011 | 100011 |
Color Harmonies of #AC0899
Complementary color
Monochromatic Colors of #AC0899
Black with #AC0899
Text Example
Text Example
White with #AC0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0899; }
p { color: rgb(172,8,153); }
H1.HeaderClassName
{
color: #AC0899;
}
.AnyTagClassName
{
color: #AC0899;
}
</style>
background-color css
<style>
a { background-color: #AC0899; }
a { background-color: rgb(172,8,153); }
div.DivClassName
{
background-color: #AC0899;
}
.BgClassName
{
background-color: #AC0899;
}
</style>
border-color css
<style>
span { border-color: #AC0899; }
span { border-color: rgb(172,8,153); }
td.TdClassName
{
border-color: #AC0899;
}
.TagClassName
{
border-color: #AC0899;
}
</style>