Shades of Dark Violet #AC0EDB
Tints of Dark Violet #AC0EDB
RGB
CMYK
RGB Variations
Color information
#AC0EDB (or 0xAC0EDB) is known color: Dark Violet. HEX triplet: AC, 0E and DB. RGB value is (172,14,219). Sum of RGB (Red+Green+Blue) = 172+14+219=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EDB is #53F124. Grayscale: #535353. Windows color (decimal): -5501221 or 14356140. OLE color: 14356140.
HSL color Cylindrical-coordinate representation of color #AC0EDB: hue angle of 286.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EDB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 14 | 219 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.14 |
| HSL | 286.24º | 0.88% | 0.46% | - |
| HSV(B) | 286.24º | 0.94% | 0.86% | - |
| XYZ | 29.96 | 14.2 | 68.18 | - |
| YUV | 84.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 219 | 0.21 | 0.94 | 0 | 0.14 | 286.24 | 0.88 | 0.46 |
| Hex | AC | E | DB | 15 | 5E | 0 | E | 11E | 58 | 2E |
| Octal | 254 | 16 | 333 | 25 | 136 | 0 | 16 | 436 | 130 | 56 |
| Binary | 10101100 | 1110 | 11011011 | 10101 | 1011110 | 0 | 1110 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AC0EDB
Complementary color
Monochromatic Colors of #AC0EDB
Black with #AC0EDB
Text Example
Text Example
White with #AC0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EDB; }
p { color: rgb(172,14,219); }
H1.HeaderClassName
{
color: #AC0EDB;
}
.AnyTagClassName
{
color: #AC0EDB;
}
</style>
background-color css
<style>
a { background-color: #AC0EDB; }
a { background-color: rgb(172,14,219); }
div.DivClassName
{
background-color: #AC0EDB;
}
.BgClassName
{
background-color: #AC0EDB;
}
</style>
border-color css
<style>
span { border-color: #AC0EDB; }
span { border-color: rgb(172,14,219); }
td.TdClassName
{
border-color: #AC0EDB;
}
.TagClassName
{
border-color: #AC0EDB;
}
</style>