Shades of Dark Violet #AD14CE
Tints of Dark Violet #AD14CE
RGB
CMYK
RGB Variations
Color information
#AD14CE (or 0xAD14CE) is known color: Dark Violet. HEX triplet: AD, 14 and CE. RGB value is (173,20,206). Sum of RGB (Red+Green+Blue) = 173+20+206=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14CE is #52EB31. Grayscale: #565656. Windows color (decimal): -5434162 or 13505709. OLE color: 13505709.
HSL color Cylindrical-coordinate representation of color #AD14CE: hue angle of 289.35º 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 #AD14CE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 20 | 206 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.19 |
| HSL | 289.35º | 0.82% | 0.44% | - |
| HSV(B) | 289.35º | 0.9% | 0.81% | - |
| XYZ | 28.62 | 13.84 | 59.56 | - |
| YUV | 86.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 206 | 0.16 | 0.90 | 0 | 0.19 | 289.35 | 0.82 | 0.44 |
| Hex | AD | 14 | CE | 10 | 5A | 0 | 13 | 121 | 52 | 2C |
| Octal | 255 | 24 | 316 | 20 | 132 | 0 | 23 | 441 | 122 | 54 |
| Binary | 10101101 | 10100 | 11001110 | 10000 | 1011010 | 0 | 10011 | 100100001 | 1010010 | 101100 |
Color Harmonies of #AD14CE
Complementary color
Monochromatic Colors of #AD14CE
Black with #AD14CE
Text Example
Text Example
White with #AD14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14CE; }
p { color: rgb(173,20,206); }
H1.HeaderClassName
{
color: #AD14CE;
}
.AnyTagClassName
{
color: #AD14CE;
}
</style>
background-color css
<style>
a { background-color: #AD14CE; }
a { background-color: rgb(173,20,206); }
div.DivClassName
{
background-color: #AD14CE;
}
.BgClassName
{
background-color: #AD14CE;
}
</style>
border-color css
<style>
span { border-color: #AD14CE; }
span { border-color: rgb(173,20,206); }
td.TdClassName
{
border-color: #AD14CE;
}
.TagClassName
{
border-color: #AD14CE;
}
</style>