Shades of Dark Magenta #AC0B9C
Tints of Dark Magenta #AC0B9C
RGB
CMYK
RGB Variations
Color information
#AC0B9C (or 0xAC0B9C) is known color: Dark Magenta. HEX triplet: AC, 0B and 9C. RGB value is (172,11,156). Sum of RGB (Red+Green+Blue) = 172+11+156=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B9C is #53F463. Grayscale: #4B4B4B. Windows color (decimal): -5502052 or 10226604. OLE color: 10226604.
HSL color Cylindrical-coordinate representation of color #AC0B9C: hue angle of 305.96º 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 #AC0B9C is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 156 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.33 |
| HSL | 305.96º | 0.88% | 0.36% | - |
| HSV(B) | 305.96º | 0.94% | 0.67% | - |
| XYZ | 23.13 | 11.41 | 32.44 | - |
| YUV | 75.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 156 | 0 | 0.94 | 0.09 | 0.33 | 305.96 | 0.88 | 0.36 |
| Hex | AC | B | 9C | 0 | 5E | 9 | 21 | 132 | 58 | 24 |
| Octal | 254 | 13 | 234 | 0 | 136 | 11 | 41 | 462 | 130 | 44 |
| Binary | 10101100 | 1011 | 10011100 | 0 | 1011110 | 1001 | 100001 | 100110010 | 1011000 | 100100 |
Color Harmonies of #AC0B9C
Complementary color
Monochromatic Colors of #AC0B9C
Black with #AC0B9C
Text Example
Text Example
White with #AC0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B9C; }
p { color: rgb(172,11,156); }
H1.HeaderClassName
{
color: #AC0B9C;
}
.AnyTagClassName
{
color: #AC0B9C;
}
</style>
background-color css
<style>
a { background-color: #AC0B9C; }
a { background-color: rgb(172,11,156); }
div.DivClassName
{
background-color: #AC0B9C;
}
.BgClassName
{
background-color: #AC0B9C;
}
</style>
border-color css
<style>
span { border-color: #AC0B9C; }
span { border-color: rgb(172,11,156); }
td.TdClassName
{
border-color: #AC0B9C;
}
.TagClassName
{
border-color: #AC0B9C;
}
</style>