Shades of Dark Magenta #AC0796
Tints of Dark Magenta #AC0796
RGB
CMYK
RGB Variations
Color information
#AC0796 (or 0xAC0796) is known color: Dark Magenta. HEX triplet: AC, 07 and 96. RGB value is (172,7,150). Sum of RGB (Red+Green+Blue) = 172+7+150=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0796 is #53F869. Grayscale: #484848. Windows color (decimal): -5503082 or 9832364. OLE color: 9832364.
HSL color Cylindrical-coordinate representation of color #AC0796: hue angle of 308º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0796 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 150 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.33 |
| HSL | 308º | 0.92% | 0.35% | - |
| HSV(B) | 308º | 0.96% | 0.67% | - |
| XYZ | 22.59 | 11.12 | 29.81 | - |
| YUV | 72.64 | 171.66 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 150 | 0 | 0.96 | 0.13 | 0.33 | 308 | 0.92 | 0.35 |
| Hex | AC | 7 | 96 | 0 | 60 | D | 21 | 134 | 5C | 23 |
| Octal | 254 | 7 | 226 | 0 | 140 | 15 | 41 | 464 | 134 | 43 |
| Binary | 10101100 | 111 | 10010110 | 0 | 1100000 | 1101 | 100001 | 100110100 | 1011100 | 100011 |
Color Harmonies of #AC0796
Complementary color
Monochromatic Colors of #AC0796
Black with #AC0796
Text Example
Text Example
White with #AC0796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0796; }
p { color: rgb(172,7,150); }
H1.HeaderClassName
{
color: #AC0796;
}
.AnyTagClassName
{
color: #AC0796;
}
</style>
background-color css
<style>
a { background-color: #AC0796; }
a { background-color: rgb(172,7,150); }
div.DivClassName
{
background-color: #AC0796;
}
.BgClassName
{
background-color: #AC0796;
}
</style>
border-color css
<style>
span { border-color: #AC0796; }
span { border-color: rgb(172,7,150); }
td.TdClassName
{
border-color: #AC0796;
}
.TagClassName
{
border-color: #AC0796;
}
</style>