Shades of Dark Magenta #AC0BA8
Tints of Dark Magenta #AC0BA8
RGB
CMYK
RGB Variations
Color information
#AC0BA8 (or 0xAC0BA8) is known color: Dark Magenta. HEX triplet: AC, 0B and A8. RGB value is (172,11,168). Sum of RGB (Red+Green+Blue) = 172+11+168=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA8 is #53F457. Grayscale: #4C4C4C. Windows color (decimal): -5502040 or 11013036. OLE color: 11013036.
HSL color Cylindrical-coordinate representation of color #AC0BA8: hue angle of 301.49º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.33 |
| HSL | 301.49º | 0.88% | 0.36% | - |
| HSV(B) | 301.49º | 0.94% | 0.67% | - |
| XYZ | 24.2 | 11.84 | 38.06 | - |
| YUV | 77.04 | 179.34 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 168 | 0 | 0.94 | 0.02 | 0.33 | 301.49 | 0.88 | 0.36 |
| Hex | AC | B | A8 | 0 | 5E | 2 | 21 | 12D | 58 | 24 |
| Octal | 254 | 13 | 250 | 0 | 136 | 2 | 41 | 455 | 130 | 44 |
| Binary | 10101100 | 1011 | 10101000 | 0 | 1011110 | 10 | 100001 | 100101101 | 1011000 | 100100 |
Color Harmonies of #AC0BA8
Complementary color
Monochromatic Colors of #AC0BA8
Black with #AC0BA8
Text Example
Text Example
White with #AC0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BA8; }
p { color: rgb(172,11,168); }
H1.HeaderClassName
{
color: #AC0BA8;
}
.AnyTagClassName
{
color: #AC0BA8;
}
</style>
background-color css
<style>
a { background-color: #AC0BA8; }
a { background-color: rgb(172,11,168); }
div.DivClassName
{
background-color: #AC0BA8;
}
.BgClassName
{
background-color: #AC0BA8;
}
</style>
border-color css
<style>
span { border-color: #AC0BA8; }
span { border-color: rgb(172,11,168); }
td.TdClassName
{
border-color: #AC0BA8;
}
.TagClassName
{
border-color: #AC0BA8;
}
</style>