Shades of Dark Violet #AC0EC5
Tints of Dark Violet #AC0EC5
RGB
CMYK
RGB Variations
Color information
#AC0EC5 (or 0xAC0EC5) is known color: Dark Violet. HEX triplet: AC, 0E and C5. RGB value is (172,14,197). Sum of RGB (Red+Green+Blue) = 172+14+197=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC0EC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EC5 is #53F13A. Grayscale: #515151. Windows color (decimal): -5501243 or 12914348. OLE color: 12914348.
HSL color Cylindrical-coordinate representation of color #AC0EC5: hue angle of 291.8º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0EC5 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 14 | 197 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.23 |
| HSL | 291.8º | 0.87% | 0.41% | - |
| HSV(B) | 291.8º | 0.93% | 0.77% | - |
| XYZ | 27.25 | 13.12 | 53.92 | - |
| YUV | 82.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 197 | 0.13 | 0.93 | 0 | 0.23 | 291.8 | 0.87 | 0.41 |
| Hex | AC | E | C5 | D | 5D | 0 | 17 | 124 | 57 | 29 |
| Octal | 254 | 16 | 305 | 15 | 135 | 0 | 27 | 444 | 127 | 51 |
| Binary | 10101100 | 1110 | 11000101 | 1101 | 1011101 | 0 | 10111 | 100100100 | 1010111 | 101001 |
Color Harmonies of #AC0EC5
Complementary color
Monochromatic Colors of #AC0EC5
Black with #AC0EC5
Text Example
Text Example
White with #AC0EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EC5; }
p { color: rgb(172,14,197); }
H1.HeaderClassName
{
color: #AC0EC5;
}
.AnyTagClassName
{
color: #AC0EC5;
}
</style>
background-color css
<style>
a { background-color: #AC0EC5; }
a { background-color: rgb(172,14,197); }
div.DivClassName
{
background-color: #AC0EC5;
}
.BgClassName
{
background-color: #AC0EC5;
}
</style>
border-color css
<style>
span { border-color: #AC0EC5; }
span { border-color: rgb(172,14,197); }
td.TdClassName
{
border-color: #AC0EC5;
}
.TagClassName
{
border-color: #AC0EC5;
}
</style>