Shades of Dark Violet #AC14CE
Tints of Dark Violet #AC14CE
RGB
CMYK
RGB Variations
Color information
#AC14CE (or 0xAC14CE) is known color: Dark Violet. HEX triplet: AC, 14 and CE. RGB value is (172,20,206). Sum of RGB (Red+Green+Blue) = 172+20+206=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14CE is #53EB31. Grayscale: #565656. Windows color (decimal): -5499698 or 13505708. OLE color: 13505708.
HSL color Cylindrical-coordinate representation of color #AC14CE: hue angle of 289.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14CE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 20 | 206 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.19 |
| HSL | 289.03º | 0.82% | 0.44% | - |
| HSV(B) | 289.03º | 0.9% | 0.81% | - |
| XYZ | 28.4 | 13.73 | 59.55 | - |
| YUV | 86.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 206 | 0.17 | 0.90 | 0 | 0.19 | 289.03 | 0.82 | 0.44 |
| Hex | AC | 14 | CE | 11 | 5A | 0 | 13 | 121 | 52 | 2C |
| Octal | 254 | 24 | 316 | 21 | 132 | 0 | 23 | 441 | 122 | 54 |
| Binary | 10101100 | 10100 | 11001110 | 10001 | 1011010 | 0 | 10011 | 100100001 | 1010010 | 101100 |
Color Harmonies of #AC14CE
Complementary color
Monochromatic Colors of #AC14CE
Black with #AC14CE
Text Example
Text Example
White with #AC14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14CE; }
p { color: rgb(172,20,206); }
H1.HeaderClassName
{
color: #AC14CE;
}
.AnyTagClassName
{
color: #AC14CE;
}
</style>
background-color css
<style>
a { background-color: #AC14CE; }
a { background-color: rgb(172,20,206); }
div.DivClassName
{
background-color: #AC14CE;
}
.BgClassName
{
background-color: #AC14CE;
}
</style>
border-color css
<style>
span { border-color: #AC14CE; }
span { border-color: rgb(172,20,206); }
td.TdClassName
{
border-color: #AC14CE;
}
.TagClassName
{
border-color: #AC14CE;
}
</style>