Shades of Dark Violet #AD14DD
Tints of Dark Violet #AD14DD
RGB
CMYK
RGB Variations
Color information
#AD14DD (or 0xAD14DD) is known color: Dark Violet. HEX triplet: AD, 14 and DD. RGB value is (173,20,221). Sum of RGB (Red+Green+Blue) = 173+20+221=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14DD is #52EB22. Grayscale: #585858. Windows color (decimal): -5434147 or 14488749. OLE color: 14488749.
HSL color Cylindrical-coordinate representation of color #AD14DD: hue angle of 285.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD14DD is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 20 | 221 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.13 |
| HSL | 285.67º | 0.83% | 0.47% | - |
| HSV(B) | 285.67º | 0.91% | 0.87% | - |
| XYZ | 30.53 | 14.61 | 69.62 | - |
| YUV | 88.66 | 202.69 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 221 | 0.22 | 0.91 | 0 | 0.13 | 285.67 | 0.83 | 0.47 |
| Hex | AD | 14 | DD | 16 | 5B | 0 | D | 11E | 53 | 2F |
| Octal | 255 | 24 | 335 | 26 | 133 | 0 | 15 | 436 | 123 | 57 |
| Binary | 10101101 | 10100 | 11011101 | 10110 | 1011011 | 0 | 1101 | 100011110 | 1010011 | 101111 |
Color Harmonies of #AD14DD
Complementary color
Monochromatic Colors of #AD14DD
Black with #AD14DD
Text Example
Text Example
White with #AD14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14DD; }
p { color: rgb(173,20,221); }
H1.HeaderClassName
{
color: #AD14DD;
}
.AnyTagClassName
{
color: #AD14DD;
}
</style>
background-color css
<style>
a { background-color: #AD14DD; }
a { background-color: rgb(173,20,221); }
div.DivClassName
{
background-color: #AD14DD;
}
.BgClassName
{
background-color: #AD14DD;
}
</style>
border-color css
<style>
span { border-color: #AD14DD; }
span { border-color: rgb(173,20,221); }
td.TdClassName
{
border-color: #AD14DD;
}
.TagClassName
{
border-color: #AD14DD;
}
</style>