Shades of Dark Violet #AC0BD0
Tints of Dark Violet #AC0BD0
RGB
CMYK
RGB Variations
Color information
#AC0BD0 (or 0xAC0BD0) is known color: Dark Violet. HEX triplet: AC, 0B and D0. RGB value is (172,11,208). Sum of RGB (Red+Green+Blue) = 172+11+208=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC0BD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BD0 is #53F42F. Grayscale: #505050. Windows color (decimal): -5502000 or 13634476. OLE color: 13634476.
HSL color Cylindrical-coordinate representation of color #AC0BD0: hue angle of 289.04º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BD0 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 11 | 208 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.18 |
| HSL | 289.04º | 0.9% | 0.43% | - |
| HSV(B) | 289.04º | 0.95% | 0.82% | - |
| XYZ | 28.52 | 13.56 | 60.79 | - |
| YUV | 81.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 208 | 0.17 | 0.95 | 0 | 0.18 | 289.04 | 0.9 | 0.43 |
| Hex | AC | B | D0 | 11 | 5F | 0 | 12 | 121 | 5A | 2B |
| Octal | 254 | 13 | 320 | 21 | 137 | 0 | 22 | 441 | 132 | 53 |
| Binary | 10101100 | 1011 | 11010000 | 10001 | 1011111 | 0 | 10010 | 100100001 | 1011010 | 101011 |
Color Harmonies of #AC0BD0
Complementary color
Monochromatic Colors of #AC0BD0
Black with #AC0BD0
Text Example
Text Example
White with #AC0BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BD0; }
p { color: rgb(172,11,208); }
H1.HeaderClassName
{
color: #AC0BD0;
}
.AnyTagClassName
{
color: #AC0BD0;
}
</style>
background-color css
<style>
a { background-color: #AC0BD0; }
a { background-color: rgb(172,11,208); }
div.DivClassName
{
background-color: #AC0BD0;
}
.BgClassName
{
background-color: #AC0BD0;
}
</style>
border-color css
<style>
span { border-color: #AC0BD0; }
span { border-color: rgb(172,11,208); }
td.TdClassName
{
border-color: #AC0BD0;
}
.TagClassName
{
border-color: #AC0BD0;
}
</style>