Shades of Dark Violet #AC0ED6
Tints of Dark Violet #AC0ED6
RGB
CMYK
RGB Variations
Color information
#AC0ED6 (or 0xAC0ED6) is known color: Dark Violet. HEX triplet: AC, 0E and D6. RGB value is (172,14,214). Sum of RGB (Red+Green+Blue) = 172+14+214=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC0ED6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ED6 is #53F129. Grayscale: #535353. Windows color (decimal): -5501226 or 14028460. OLE color: 14028460.
HSL color Cylindrical-coordinate representation of color #AC0ED6: hue angle of 287.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0ED6 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 14 | 214 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.16 |
| HSL | 287.4º | 0.88% | 0.45% | - |
| HSV(B) | 287.4º | 0.93% | 0.84% | - |
| XYZ | 29.31 | 13.94 | 64.76 | - |
| YUV | 84.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 214 | 0.20 | 0.93 | 0 | 0.16 | 287.4 | 0.88 | 0.45 |
| Hex | AC | E | D6 | 14 | 5D | 0 | 10 | 11F | 58 | 2D |
| Octal | 254 | 16 | 326 | 24 | 135 | 0 | 20 | 437 | 130 | 55 |
| Binary | 10101100 | 1110 | 11010110 | 10100 | 1011101 | 0 | 10000 | 100011111 | 1011000 | 101101 |
Color Harmonies of #AC0ED6
Complementary color
Monochromatic Colors of #AC0ED6
Black with #AC0ED6
Text Example
Text Example
White with #AC0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ED6; }
p { color: rgb(172,14,214); }
H1.HeaderClassName
{
color: #AC0ED6;
}
.AnyTagClassName
{
color: #AC0ED6;
}
</style>
background-color css
<style>
a { background-color: #AC0ED6; }
a { background-color: rgb(172,14,214); }
div.DivClassName
{
background-color: #AC0ED6;
}
.BgClassName
{
background-color: #AC0ED6;
}
</style>
border-color css
<style>
span { border-color: #AC0ED6; }
span { border-color: rgb(172,14,214); }
td.TdClassName
{
border-color: #AC0ED6;
}
.TagClassName
{
border-color: #AC0ED6;
}
</style>