Shades of Dark Violet #AD14CD
Tints of Dark Violet #AD14CD
RGB
CMYK
RGB Variations
Color information
#AD14CD (or 0xAD14CD) is known color: Dark Violet. HEX triplet: AD, 14 and CD. RGB value is (173,20,205). Sum of RGB (Red+Green+Blue) = 173+20+205=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD14CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14CD is #52EB32. Grayscale: #565656. Windows color (decimal): -5434163 or 13440173. OLE color: 13440173.
HSL color Cylindrical-coordinate representation of color #AD14CD: hue angle of 289.62º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD14CD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 20 | 205 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.20 |
| HSL | 289.62º | 0.82% | 0.44% | - |
| HSV(B) | 289.62º | 0.9% | 0.8% | - |
| XYZ | 28.5 | 13.79 | 58.92 | - |
| YUV | 86.84 | 194.69 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 205 | 0.16 | 0.90 | 0 | 0.20 | 289.62 | 0.82 | 0.44 |
| Hex | AD | 14 | CD | 10 | 5A | 0 | 14 | 122 | 52 | 2C |
| Octal | 255 | 24 | 315 | 20 | 132 | 0 | 24 | 442 | 122 | 54 |
| Binary | 10101101 | 10100 | 11001101 | 10000 | 1011010 | 0 | 10100 | 100100010 | 1010010 | 101100 |
Color Harmonies of #AD14CD
Complementary color
Monochromatic Colors of #AD14CD
Black with #AD14CD
Text Example
Text Example
White with #AD14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14CD; }
p { color: rgb(173,20,205); }
H1.HeaderClassName
{
color: #AD14CD;
}
.AnyTagClassName
{
color: #AD14CD;
}
</style>
background-color css
<style>
a { background-color: #AD14CD; }
a { background-color: rgb(173,20,205); }
div.DivClassName
{
background-color: #AD14CD;
}
.BgClassName
{
background-color: #AD14CD;
}
</style>
border-color css
<style>
span { border-color: #AD14CD; }
span { border-color: rgb(173,20,205); }
td.TdClassName
{
border-color: #AD14CD;
}
.TagClassName
{
border-color: #AD14CD;
}
</style>