Shades of Dark Violet #AD14D0
Tints of Dark Violet #AD14D0
RGB
CMYK
RGB Variations
Color information
#AD14D0 (or 0xAD14D0) is known color: Dark Violet. HEX triplet: AD, 14 and D0. RGB value is (173,20,208). Sum of RGB (Red+Green+Blue) = 173+20+208=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD14D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14D0 is #52EB2F. Grayscale: #565656. Windows color (decimal): -5434160 or 13636781. OLE color: 13636781.
HSL color Cylindrical-coordinate representation of color #AD14D0: hue angle of 288.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD14D0 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 20 | 208 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.18 |
| HSL | 288.83º | 0.82% | 0.45% | - |
| HSV(B) | 288.83º | 0.9% | 0.82% | - |
| XYZ | 28.87 | 13.94 | 60.84 | - |
| YUV | 87.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 208 | 0.17 | 0.90 | 0 | 0.18 | 288.83 | 0.82 | 0.45 |
| Hex | AD | 14 | D0 | 11 | 5A | 0 | 12 | 121 | 52 | 2D |
| Octal | 255 | 24 | 320 | 21 | 132 | 0 | 22 | 441 | 122 | 55 |
| Binary | 10101101 | 10100 | 11010000 | 10001 | 1011010 | 0 | 10010 | 100100001 | 1010010 | 101101 |
Color Harmonies of #AD14D0
Complementary color
Monochromatic Colors of #AD14D0
Black with #AD14D0
Text Example
Text Example
White with #AD14D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14D0; }
p { color: rgb(173,20,208); }
H1.HeaderClassName
{
color: #AD14D0;
}
.AnyTagClassName
{
color: #AD14D0;
}
</style>
background-color css
<style>
a { background-color: #AD14D0; }
a { background-color: rgb(173,20,208); }
div.DivClassName
{
background-color: #AD14D0;
}
.BgClassName
{
background-color: #AD14D0;
}
</style>
border-color css
<style>
span { border-color: #AD14D0; }
span { border-color: rgb(173,20,208); }
td.TdClassName
{
border-color: #AD14D0;
}
.TagClassName
{
border-color: #AD14D0;
}
</style>