Shades of Dark Violet #AD17DE
Tints of Dark Violet #AD17DE
RGB
CMYK
RGB Variations
Color information
#AD17DE (or 0xAD17DE) is known color: Dark Violet. HEX triplet: AD, 17 and DE. RGB value is (173,23,222). Sum of RGB (Red+Green+Blue) = 173+23+222=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD17DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17DE is #52E821. Grayscale: #595959. Windows color (decimal): -5433378 or 14555053. OLE color: 14555053.
HSL color Cylindrical-coordinate representation of color #AD17DE: hue angle of 285.23º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD17DE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 23 | 222 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.13 |
| HSL | 285.23º | 0.81% | 0.48% | - |
| HSV(B) | 285.23º | 0.9% | 0.87% | - |
| XYZ | 30.72 | 14.77 | 70.34 | - |
| YUV | 90.54 | 202.2 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 222 | 0.22 | 0.90 | 0 | 0.13 | 285.23 | 0.81 | 0.48 |
| Hex | AD | 17 | DE | 16 | 5A | 0 | D | 11D | 51 | 30 |
| Octal | 255 | 27 | 336 | 26 | 132 | 0 | 15 | 435 | 121 | 60 |
| Binary | 10101101 | 10111 | 11011110 | 10110 | 1011010 | 0 | 1101 | 100011101 | 1010001 | 110000 |
Color Harmonies of #AD17DE
Complementary color
Monochromatic Colors of #AD17DE
Black with #AD17DE
Text Example
Text Example
White with #AD17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17DE; }
p { color: rgb(173,23,222); }
H1.HeaderClassName
{
color: #AD17DE;
}
.AnyTagClassName
{
color: #AD17DE;
}
</style>
background-color css
<style>
a { background-color: #AD17DE; }
a { background-color: rgb(173,23,222); }
div.DivClassName
{
background-color: #AD17DE;
}
.BgClassName
{
background-color: #AD17DE;
}
</style>
border-color css
<style>
span { border-color: #AD17DE; }
span { border-color: rgb(173,23,222); }
td.TdClassName
{
border-color: #AD17DE;
}
.TagClassName
{
border-color: #AD17DE;
}
</style>