Shades of Dark Violet #AD17DC
Tints of Dark Violet #AD17DC
RGB
CMYK
RGB Variations
Color information
#AD17DC (or 0xAD17DC) is known color: Dark Violet. HEX triplet: AD, 17 and DC. RGB value is (173,23,220). Sum of RGB (Red+Green+Blue) = 173+23+220=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17DC is #52E823. Grayscale: #595959. Windows color (decimal): -5433380 or 14423981. OLE color: 14423981.
HSL color Cylindrical-coordinate representation of color #AD17DC: hue angle of 285.69º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD17DC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 23 | 220 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.14 |
| HSL | 285.69º | 0.81% | 0.48% | - |
| HSV(B) | 285.69º | 0.9% | 0.86% | - |
| XYZ | 30.46 | 14.66 | 68.94 | - |
| YUV | 90.31 | 201.2 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 220 | 0.21 | 0.90 | 0 | 0.14 | 285.69 | 0.81 | 0.48 |
| Hex | AD | 17 | DC | 15 | 5A | 0 | E | 11E | 51 | 30 |
| Octal | 255 | 27 | 334 | 25 | 132 | 0 | 16 | 436 | 121 | 60 |
| Binary | 10101101 | 10111 | 11011100 | 10101 | 1011010 | 0 | 1110 | 100011110 | 1010001 | 110000 |
Color Harmonies of #AD17DC
Complementary color
Monochromatic Colors of #AD17DC
Black with #AD17DC
Text Example
Text Example
White with #AD17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17DC; }
p { color: rgb(173,23,220); }
H1.HeaderClassName
{
color: #AD17DC;
}
.AnyTagClassName
{
color: #AD17DC;
}
</style>
background-color css
<style>
a { background-color: #AD17DC; }
a { background-color: rgb(173,23,220); }
div.DivClassName
{
background-color: #AD17DC;
}
.BgClassName
{
background-color: #AD17DC;
}
</style>
border-color css
<style>
span { border-color: #AD17DC; }
span { border-color: rgb(173,23,220); }
td.TdClassName
{
border-color: #AD17DC;
}
.TagClassName
{
border-color: #AD17DC;
}
</style>