Shades of Dark Violet #AC0ED7
Tints of Dark Violet #AC0ED7
RGB
CMYK
RGB Variations
Color information
#AC0ED7 (or 0xAC0ED7) is known color: Dark Violet. HEX triplet: AC, 0E and D7. RGB value is (172,14,215). Sum of RGB (Red+Green+Blue) = 172+14+215=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC0ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ED7 is #53F128. Grayscale: #535353. Windows color (decimal): -5501225 or 14093996. OLE color: 14093996.
HSL color Cylindrical-coordinate representation of color #AC0ED7: hue angle of 287.16º 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 #AC0ED7 is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 14 | 215 | - |
| CMYK | 0.2 | 0.93 | 0 | 0.16 |
| HSL | 287.16º | 0.88% | 0.45% | - |
| HSV(B) | 287.16º | 0.93% | 0.84% | - |
| XYZ | 29.44 | 13.99 | 65.44 | - |
| YUV | 84.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 215 | 0.2 | 0.93 | 0 | 0.16 | 287.16 | 0.88 | 0.45 |
| Hex | AC | E | D7 | 14 | 5D | 0 | 10 | 11F | 58 | 2D |
| Octal | 254 | 16 | 327 | 24 | 135 | 0 | 20 | 437 | 130 | 55 |
| Binary | 10101100 | 1110 | 11010111 | 10100 | 1011101 | 0 | 10000 | 100011111 | 1011000 | 101101 |
Color Harmonies of #AC0ED7
Complementary color
Monochromatic Colors of #AC0ED7
Black with #AC0ED7
Text Example
Text Example
White with #AC0ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ED7; }
p { color: rgb(172,14,215); }
H1.HeaderClassName
{
color: #AC0ED7;
}
.AnyTagClassName
{
color: #AC0ED7;
}
</style>
background-color css
<style>
a { background-color: #AC0ED7; }
a { background-color: rgb(172,14,215); }
div.DivClassName
{
background-color: #AC0ED7;
}
.BgClassName
{
background-color: #AC0ED7;
}
</style>
border-color css
<style>
span { border-color: #AC0ED7; }
span { border-color: rgb(172,14,215); }
td.TdClassName
{
border-color: #AC0ED7;
}
.TagClassName
{
border-color: #AC0ED7;
}
</style>