Shades of Dark Violet #AD14DF
Tints of Dark Violet #AD14DF
RGB
CMYK
RGB Variations
Color information
#AD14DF (or 0xAD14DF) is known color: Dark Violet. HEX triplet: AD, 14 and DF. RGB value is (173,20,223). Sum of RGB (Red+Green+Blue) = 173+20+223=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14DF is #52EB20. Grayscale: #585858. Windows color (decimal): -5434145 or 14619821. OLE color: 14619821.
HSL color Cylindrical-coordinate representation of color #AD14DF: hue angle of 285.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD14DF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 20 | 223 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.13 |
| HSL | 285.22º | 0.84% | 0.48% | - |
| HSV(B) | 285.22º | 0.91% | 0.87% | - |
| XYZ | 30.8 | 14.71 | 71.03 | - |
| YUV | 88.89 | 203.69 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 223 | 0.22 | 0.91 | 0 | 0.13 | 285.22 | 0.84 | 0.48 |
| Hex | AD | 14 | DF | 16 | 5B | 0 | D | 11D | 54 | 30 |
| Octal | 255 | 24 | 337 | 26 | 133 | 0 | 15 | 435 | 124 | 60 |
| Binary | 10101101 | 10100 | 11011111 | 10110 | 1011011 | 0 | 1101 | 100011101 | 1010100 | 110000 |
Color Harmonies of #AD14DF
Complementary color
Monochromatic Colors of #AD14DF
Black with #AD14DF
Text Example
Text Example
White with #AD14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14DF; }
p { color: rgb(173,20,223); }
H1.HeaderClassName
{
color: #AD14DF;
}
.AnyTagClassName
{
color: #AD14DF;
}
</style>
background-color css
<style>
a { background-color: #AD14DF; }
a { background-color: rgb(173,20,223); }
div.DivClassName
{
background-color: #AD14DF;
}
.BgClassName
{
background-color: #AD14DF;
}
</style>
border-color css
<style>
span { border-color: #AD14DF; }
span { border-color: rgb(173,20,223); }
td.TdClassName
{
border-color: #AD14DF;
}
.TagClassName
{
border-color: #AD14DF;
}
</style>