Shades of Dark Magenta #AC0699
Tints of Dark Magenta #AC0699
RGB
CMYK
RGB Variations
Color information
#AC0699 (or 0xAC0699) is known color: Dark Magenta. HEX triplet: AC, 06 and 99. RGB value is (172,6,153). Sum of RGB (Red+Green+Blue) = 172+6+153=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0699 is #53F966. Grayscale: #474747. Windows color (decimal): -5503335 or 10028716. OLE color: 10028716.
HSL color Cylindrical-coordinate representation of color #AC0699: hue angle of 306.87º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0699 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.33 |
| HSL | 306.87º | 0.93% | 0.35% | - |
| HSV(B) | 306.87º | 0.97% | 0.67% | - |
| XYZ | 22.83 | 11.2 | 31.1 | - |
| YUV | 72.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 153 | 0 | 0.97 | 0.11 | 0.33 | 306.87 | 0.93 | 0.35 |
| Hex | AC | 6 | 99 | 0 | 61 | B | 21 | 133 | 5D | 23 |
| Octal | 254 | 6 | 231 | 0 | 141 | 13 | 41 | 463 | 135 | 43 |
| Binary | 10101100 | 110 | 10011001 | 0 | 1100001 | 1011 | 100001 | 100110011 | 1011101 | 100011 |
Color Harmonies of #AC0699
Complementary color
Monochromatic Colors of #AC0699
Black with #AC0699
Text Example
Text Example
White with #AC0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0699; }
p { color: rgb(172,6,153); }
H1.HeaderClassName
{
color: #AC0699;
}
.AnyTagClassName
{
color: #AC0699;
}
</style>
background-color css
<style>
a { background-color: #AC0699; }
a { background-color: rgb(172,6,153); }
div.DivClassName
{
background-color: #AC0699;
}
.BgClassName
{
background-color: #AC0699;
}
</style>
border-color css
<style>
span { border-color: #AC0699; }
span { border-color: rgb(172,6,153); }
td.TdClassName
{
border-color: #AC0699;
}
.TagClassName
{
border-color: #AC0699;
}
</style>