Shades of Dark Magenta #AC0896
Tints of Dark Magenta #AC0896
RGB
CMYK
RGB Variations
Color information
#AC0896 (or 0xAC0896) is known color: Dark Magenta. HEX triplet: AC, 08 and 96. RGB value is (172,8,150). Sum of RGB (Red+Green+Blue) = 172+8+150=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0896 is #53F769. Grayscale: #484848. Windows color (decimal): -5502826 or 9832620. OLE color: 9832620.
HSL color Cylindrical-coordinate representation of color #AC0896: hue angle of 308.05º 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 #AC0896 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 150 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.33 |
| HSL | 308.05º | 0.91% | 0.35% | - |
| HSV(B) | 308.05º | 0.95% | 0.67% | - |
| XYZ | 22.61 | 11.15 | 29.81 | - |
| YUV | 73.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 150 | 0 | 0.95 | 0.13 | 0.33 | 308.05 | 0.91 | 0.35 |
| Hex | AC | 8 | 96 | 0 | 5F | D | 21 | 134 | 5B | 23 |
| Octal | 254 | 10 | 226 | 0 | 137 | 15 | 41 | 464 | 133 | 43 |
| Binary | 10101100 | 1000 | 10010110 | 0 | 1011111 | 1101 | 100001 | 100110100 | 1011011 | 100011 |
Color Harmonies of #AC0896
Complementary color
Monochromatic Colors of #AC0896
Black with #AC0896
Text Example
Text Example
White with #AC0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0896; }
p { color: rgb(172,8,150); }
H1.HeaderClassName
{
color: #AC0896;
}
.AnyTagClassName
{
color: #AC0896;
}
</style>
background-color css
<style>
a { background-color: #AC0896; }
a { background-color: rgb(172,8,150); }
div.DivClassName
{
background-color: #AC0896;
}
.BgClassName
{
background-color: #AC0896;
}
</style>
border-color css
<style>
span { border-color: #AC0896; }
span { border-color: rgb(172,8,150); }
td.TdClassName
{
border-color: #AC0896;
}
.TagClassName
{
border-color: #AC0896;
}
</style>