Shades of Dark Violet #AD14D8
Tints of Dark Violet #AD14D8
RGB
CMYK
RGB Variations
Color information
#AD14D8 (or 0xAD14D8) is known color: Dark Violet. HEX triplet: AD, 14 and D8. RGB value is (173,20,216). Sum of RGB (Red+Green+Blue) = 173+20+216=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD14D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14D8 is #52EB27. Grayscale: #575757. Windows color (decimal): -5434152 or 14161069. OLE color: 14161069.
HSL color Cylindrical-coordinate representation of color #AD14D8: hue angle of 286.84º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD14D8 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 20 | 216 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.15 |
| HSL | 286.84º | 0.83% | 0.46% | - |
| HSV(B) | 286.84º | 0.91% | 0.85% | - |
| XYZ | 29.88 | 14.34 | 66.16 | - |
| YUV | 88.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 216 | 0.20 | 0.91 | 0 | 0.15 | 286.84 | 0.83 | 0.46 |
| Hex | AD | 14 | D8 | 14 | 5B | 0 | F | 11F | 53 | 2E |
| Octal | 255 | 24 | 330 | 24 | 133 | 0 | 17 | 437 | 123 | 56 |
| Binary | 10101101 | 10100 | 11011000 | 10100 | 1011011 | 0 | 1111 | 100011111 | 1010011 | 101110 |
Color Harmonies of #AD14D8
Complementary color
Monochromatic Colors of #AD14D8
Black with #AD14D8
Text Example
Text Example
White with #AD14D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14D8; }
p { color: rgb(173,20,216); }
H1.HeaderClassName
{
color: #AD14D8;
}
.AnyTagClassName
{
color: #AD14D8;
}
</style>
background-color css
<style>
a { background-color: #AD14D8; }
a { background-color: rgb(173,20,216); }
div.DivClassName
{
background-color: #AD14D8;
}
.BgClassName
{
background-color: #AD14D8;
}
</style>
border-color css
<style>
span { border-color: #AD14D8; }
span { border-color: rgb(173,20,216); }
td.TdClassName
{
border-color: #AD14D8;
}
.TagClassName
{
border-color: #AD14D8;
}
</style>