Shades of Dark Violet #AC0ECD
Tints of Dark Violet #AC0ECD
RGB
CMYK
RGB Variations
Color information
#AC0ECD (or 0xAC0ECD) is known color: Dark Violet. HEX triplet: AC, 0E and CD. RGB value is (172,14,205). Sum of RGB (Red+Green+Blue) = 172+14+205=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC0ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ECD is #53F132. Grayscale: #525252. Windows color (decimal): -5501235 or 13438636. OLE color: 13438636.
HSL color Cylindrical-coordinate representation of color #AC0ECD: hue angle of 289.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0ECD is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 14 | 205 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.20 |
| HSL | 289.63º | 0.87% | 0.43% | - |
| HSV(B) | 289.63º | 0.93% | 0.8% | - |
| XYZ | 28.19 | 13.49 | 58.88 | - |
| YUV | 83.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 205 | 0.16 | 0.93 | 0 | 0.20 | 289.63 | 0.87 | 0.43 |
| Hex | AC | E | CD | 10 | 5D | 0 | 14 | 122 | 57 | 2B |
| Octal | 254 | 16 | 315 | 20 | 135 | 0 | 24 | 442 | 127 | 53 |
| Binary | 10101100 | 1110 | 11001101 | 10000 | 1011101 | 0 | 10100 | 100100010 | 1010111 | 101011 |
Color Harmonies of #AC0ECD
Complementary color
Monochromatic Colors of #AC0ECD
Black with #AC0ECD
Text Example
Text Example
White with #AC0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ECD; }
p { color: rgb(172,14,205); }
H1.HeaderClassName
{
color: #AC0ECD;
}
.AnyTagClassName
{
color: #AC0ECD;
}
</style>
background-color css
<style>
a { background-color: #AC0ECD; }
a { background-color: rgb(172,14,205); }
div.DivClassName
{
background-color: #AC0ECD;
}
.BgClassName
{
background-color: #AC0ECD;
}
</style>
border-color css
<style>
span { border-color: #AC0ECD; }
span { border-color: rgb(172,14,205); }
td.TdClassName
{
border-color: #AC0ECD;
}
.TagClassName
{
border-color: #AC0ECD;
}
</style>