Shades of Dark Violet #AC0BC0
Tints of Dark Violet #AC0BC0
RGB
CMYK
RGB Variations
Color information
#AC0BC0 (or 0xAC0BC0) is known color: Dark Violet. HEX triplet: AC, 0B and C0. RGB value is (172,11,192). Sum of RGB (Red+Green+Blue) = 172+11+192=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC0BC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BC0 is #53F43F. Grayscale: #4F4F4F. Windows color (decimal): -5502016 or 12585900. OLE color: 12585900.
HSL color Cylindrical-coordinate representation of color #AC0BC0: hue angle of 293.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0BC0 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 11 | 192 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.25 |
| HSL | 293.37º | 0.89% | 0.4% | - |
| HSV(B) | 293.37º | 0.94% | 0.75% | - |
| XYZ | 26.65 | 12.82 | 50.94 | - |
| YUV | 79.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 192 | 0.10 | 0.94 | 0 | 0.25 | 293.37 | 0.89 | 0.4 |
| Hex | AC | B | C0 | A | 5E | 0 | 19 | 125 | 59 | 28 |
| Octal | 254 | 13 | 300 | 12 | 136 | 0 | 31 | 445 | 131 | 50 |
| Binary | 10101100 | 1011 | 11000000 | 1010 | 1011110 | 0 | 11001 | 100100101 | 1011001 | 101000 |
Color Harmonies of #AC0BC0
Complementary color
Monochromatic Colors of #AC0BC0
Black with #AC0BC0
Text Example
Text Example
White with #AC0BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BC0; }
p { color: rgb(172,11,192); }
H1.HeaderClassName
{
color: #AC0BC0;
}
.AnyTagClassName
{
color: #AC0BC0;
}
</style>
background-color css
<style>
a { background-color: #AC0BC0; }
a { background-color: rgb(172,11,192); }
div.DivClassName
{
background-color: #AC0BC0;
}
.BgClassName
{
background-color: #AC0BC0;
}
</style>
border-color css
<style>
span { border-color: #AC0BC0; }
span { border-color: rgb(172,11,192); }
td.TdClassName
{
border-color: #AC0BC0;
}
.TagClassName
{
border-color: #AC0BC0;
}
</style>