Shades of Dark Violet #AC0ED3
Tints of Dark Violet #AC0ED3
RGB
CMYK
RGB Variations
Color information
#AC0ED3 (or 0xAC0ED3) is known color: Dark Violet. HEX triplet: AC, 0E and D3. RGB value is (172,14,211). Sum of RGB (Red+Green+Blue) = 172+14+211=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC0ED3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ED3 is #53F12C. Grayscale: #535353. Windows color (decimal): -5501229 or 13831852. OLE color: 13831852.
HSL color Cylindrical-coordinate representation of color #AC0ED3: hue angle of 288.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0ED3 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 14 | 211 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.17 |
| HSL | 288.12º | 0.88% | 0.44% | - |
| HSV(B) | 288.12º | 0.93% | 0.83% | - |
| XYZ | 28.93 | 13.79 | 62.76 | - |
| YUV | 83.7 | 199.85 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 211 | 0.18 | 0.93 | 0 | 0.17 | 288.12 | 0.88 | 0.44 |
| Hex | AC | E | D3 | 12 | 5D | 0 | 11 | 120 | 58 | 2C |
| Octal | 254 | 16 | 323 | 22 | 135 | 0 | 21 | 440 | 130 | 54 |
| Binary | 10101100 | 1110 | 11010011 | 10010 | 1011101 | 0 | 10001 | 100100000 | 1011000 | 101100 |
Color Harmonies of #AC0ED3
Complementary color
Monochromatic Colors of #AC0ED3
Black with #AC0ED3
Text Example
Text Example
White with #AC0ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ED3; }
p { color: rgb(172,14,211); }
H1.HeaderClassName
{
color: #AC0ED3;
}
.AnyTagClassName
{
color: #AC0ED3;
}
</style>
background-color css
<style>
a { background-color: #AC0ED3; }
a { background-color: rgb(172,14,211); }
div.DivClassName
{
background-color: #AC0ED3;
}
.BgClassName
{
background-color: #AC0ED3;
}
</style>
border-color css
<style>
span { border-color: #AC0ED3; }
span { border-color: rgb(172,14,211); }
td.TdClassName
{
border-color: #AC0ED3;
}
.TagClassName
{
border-color: #AC0ED3;
}
</style>