Shades of Dark Violet #AD17DA
Tints of Dark Violet #AD17DA
RGB
CMYK
RGB Variations
Color information
#AD17DA (or 0xAD17DA) is known color: Dark Violet. HEX triplet: AD, 17 and DA. RGB value is (173,23,218). Sum of RGB (Red+Green+Blue) = 173+23+218=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD17DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17DA is #52E825. Grayscale: #595959. Windows color (decimal): -5433382 or 14292909. OLE color: 14292909.
HSL color Cylindrical-coordinate representation of color #AD17DA: hue angle of 286.15º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD17DA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 23 | 218 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.15 |
| HSL | 286.15º | 0.81% | 0.47% | - |
| HSV(B) | 286.15º | 0.89% | 0.85% | - |
| XYZ | 30.19 | 14.56 | 67.55 | - |
| YUV | 90.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 218 | 0.21 | 0.89 | 0 | 0.15 | 286.15 | 0.81 | 0.47 |
| Hex | AD | 17 | DA | 15 | 59 | 0 | F | 11E | 51 | 2F |
| Octal | 255 | 27 | 332 | 25 | 131 | 0 | 17 | 436 | 121 | 57 |
| Binary | 10101101 | 10111 | 11011010 | 10101 | 1011001 | 0 | 1111 | 100011110 | 1010001 | 101111 |
Color Harmonies of #AD17DA
Complementary color
Monochromatic Colors of #AD17DA
Black with #AD17DA
Text Example
Text Example
White with #AD17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17DA; }
p { color: rgb(173,23,218); }
H1.HeaderClassName
{
color: #AD17DA;
}
.AnyTagClassName
{
color: #AD17DA;
}
</style>
background-color css
<style>
a { background-color: #AD17DA; }
a { background-color: rgb(173,23,218); }
div.DivClassName
{
background-color: #AD17DA;
}
.BgClassName
{
background-color: #AD17DA;
}
</style>
border-color css
<style>
span { border-color: #AD17DA; }
span { border-color: rgb(173,23,218); }
td.TdClassName
{
border-color: #AD17DA;
}
.TagClassName
{
border-color: #AD17DA;
}
</style>