Shades of Dark Magenta #AC0696
Tints of Dark Magenta #AC0696
RGB
CMYK
RGB Variations
Color information
#AC0696 (or 0xAC0696) is known color: Dark Magenta. HEX triplet: AC, 06 and 96. RGB value is (172,6,150). Sum of RGB (Red+Green+Blue) = 172+6+150=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0696 is #53F969. Grayscale: #474747. Windows color (decimal): -5503338 or 9832108. OLE color: 9832108.
HSL color Cylindrical-coordinate representation of color #AC0696: hue angle of 307.95º 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 #AC0696 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 150 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.33 |
| HSL | 307.95º | 0.93% | 0.35% | - |
| HSV(B) | 307.95º | 0.97% | 0.67% | - |
| XYZ | 22.58 | 11.1 | 29.81 | - |
| YUV | 72.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 150 | 0 | 0.97 | 0.13 | 0.33 | 307.95 | 0.93 | 0.35 |
| Hex | AC | 6 | 96 | 0 | 61 | D | 21 | 134 | 5D | 23 |
| Octal | 254 | 6 | 226 | 0 | 141 | 15 | 41 | 464 | 135 | 43 |
| Binary | 10101100 | 110 | 10010110 | 0 | 1100001 | 1101 | 100001 | 100110100 | 1011101 | 100011 |
Color Harmonies of #AC0696
Complementary color
Monochromatic Colors of #AC0696
Black with #AC0696
Text Example
Text Example
White with #AC0696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0696; }
p { color: rgb(172,6,150); }
H1.HeaderClassName
{
color: #AC0696;
}
.AnyTagClassName
{
color: #AC0696;
}
</style>
background-color css
<style>
a { background-color: #AC0696; }
a { background-color: rgb(172,6,150); }
div.DivClassName
{
background-color: #AC0696;
}
.BgClassName
{
background-color: #AC0696;
}
</style>
border-color css
<style>
span { border-color: #AC0696; }
span { border-color: rgb(172,6,150); }
td.TdClassName
{
border-color: #AC0696;
}
.TagClassName
{
border-color: #AC0696;
}
</style>