Shades of Dark Violet #AD14D2
Tints of Dark Violet #AD14D2
RGB
CMYK
RGB Variations
Color information
#AD14D2 (or 0xAD14D2) is known color: Dark Violet. HEX triplet: AD, 14 and D2. RGB value is (173,20,210). Sum of RGB (Red+Green+Blue) = 173+20+210=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD14D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14D2 is #52EB2D. Grayscale: #565656. Windows color (decimal): -5434158 or 13767853. OLE color: 13767853.
HSL color Cylindrical-coordinate representation of color #AD14D2: hue angle of 288.32º degrees, saturation: 0.83, 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 #AD14D2 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 20 | 210 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.18 |
| HSL | 288.32º | 0.83% | 0.45% | - |
| HSV(B) | 288.32º | 0.9% | 0.82% | - |
| XYZ | 29.12 | 14.04 | 62.15 | - |
| YUV | 87.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 210 | 0.18 | 0.90 | 0 | 0.18 | 288.32 | 0.83 | 0.45 |
| Hex | AD | 14 | D2 | 12 | 5A | 0 | 12 | 120 | 53 | 2D |
| Octal | 255 | 24 | 322 | 22 | 132 | 0 | 22 | 440 | 123 | 55 |
| Binary | 10101101 | 10100 | 11010010 | 10010 | 1011010 | 0 | 10010 | 100100000 | 1010011 | 101101 |
Color Harmonies of #AD14D2
Complementary color
Monochromatic Colors of #AD14D2
Black with #AD14D2
Text Example
Text Example
White with #AD14D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14D2; }
p { color: rgb(173,20,210); }
H1.HeaderClassName
{
color: #AD14D2;
}
.AnyTagClassName
{
color: #AD14D2;
}
</style>
background-color css
<style>
a { background-color: #AD14D2; }
a { background-color: rgb(173,20,210); }
div.DivClassName
{
background-color: #AD14D2;
}
.BgClassName
{
background-color: #AD14D2;
}
</style>
border-color css
<style>
span { border-color: #AD14D2; }
span { border-color: rgb(173,20,210); }
td.TdClassName
{
border-color: #AD14D2;
}
.TagClassName
{
border-color: #AD14D2;
}
</style>