Shades of Dark Violet #AC0BC5
Tints of Dark Violet #AC0BC5
RGB
CMYK
RGB Variations
Color information
#AC0BC5 (or 0xAC0BC5) is known color: Dark Violet. HEX triplet: AC, 0B and C5. RGB value is (172,11,197). Sum of RGB (Red+Green+Blue) = 172+11+197=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC0BC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BC5 is #53F43A. Grayscale: #4F4F4F. Windows color (decimal): -5502011 or 12913580. OLE color: 12913580.
HSL color Cylindrical-coordinate representation of color #AC0BC5: hue angle of 291.94º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0BC5 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 11 | 197 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.23 |
| HSL | 291.94º | 0.89% | 0.41% | - |
| HSV(B) | 291.94º | 0.94% | 0.77% | - |
| XYZ | 27.21 | 13.04 | 53.91 | - |
| YUV | 80.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 197 | 0.13 | 0.94 | 0 | 0.23 | 291.94 | 0.89 | 0.41 |
| Hex | AC | B | C5 | D | 5E | 0 | 17 | 124 | 59 | 29 |
| Octal | 254 | 13 | 305 | 15 | 136 | 0 | 27 | 444 | 131 | 51 |
| Binary | 10101100 | 1011 | 11000101 | 1101 | 1011110 | 0 | 10111 | 100100100 | 1011001 | 101001 |
Color Harmonies of #AC0BC5
Complementary color
Monochromatic Colors of #AC0BC5
Black with #AC0BC5
Text Example
Text Example
White with #AC0BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BC5; }
p { color: rgb(172,11,197); }
H1.HeaderClassName
{
color: #AC0BC5;
}
.AnyTagClassName
{
color: #AC0BC5;
}
</style>
background-color css
<style>
a { background-color: #AC0BC5; }
a { background-color: rgb(172,11,197); }
div.DivClassName
{
background-color: #AC0BC5;
}
.BgClassName
{
background-color: #AC0BC5;
}
</style>
border-color css
<style>
span { border-color: #AC0BC5; }
span { border-color: rgb(172,11,197); }
td.TdClassName
{
border-color: #AC0BC5;
}
.TagClassName
{
border-color: #AC0BC5;
}
</style>