Shades of Dark Violet #AD15DC
Tints of Dark Violet #AD15DC
RGB
CMYK
RGB Variations
Color information
#AD15DC (or 0xAD15DC) is known color: Dark Violet. HEX triplet: AD, 15 and DC. RGB value is (173,21,220). Sum of RGB (Red+Green+Blue) = 173+21+220=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD15DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15DC is #52EA23. Grayscale: #585858. Windows color (decimal): -5433892 or 14423469. OLE color: 14423469.
HSL color Cylindrical-coordinate representation of color #AD15DC: hue angle of 285.83º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD15DC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 21 | 220 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.14 |
| HSL | 285.83º | 0.83% | 0.47% | - |
| HSV(B) | 285.83º | 0.9% | 0.86% | - |
| XYZ | 30.42 | 14.59 | 68.92 | - |
| YUV | 89.13 | 201.86 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 220 | 0.21 | 0.90 | 0 | 0.14 | 285.83 | 0.83 | 0.47 |
| Hex | AD | 15 | DC | 15 | 5A | 0 | E | 11E | 53 | 2F |
| Octal | 255 | 25 | 334 | 25 | 132 | 0 | 16 | 436 | 123 | 57 |
| Binary | 10101101 | 10101 | 11011100 | 10101 | 1011010 | 0 | 1110 | 100011110 | 1010011 | 101111 |
Color Harmonies of #AD15DC
Complementary color
Monochromatic Colors of #AD15DC
Black with #AD15DC
Text Example
Text Example
White with #AD15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15DC; }
p { color: rgb(173,21,220); }
H1.HeaderClassName
{
color: #AD15DC;
}
.AnyTagClassName
{
color: #AD15DC;
}
</style>
background-color css
<style>
a { background-color: #AD15DC; }
a { background-color: rgb(173,21,220); }
div.DivClassName
{
background-color: #AD15DC;
}
.BgClassName
{
background-color: #AD15DC;
}
</style>
border-color css
<style>
span { border-color: #AD15DC; }
span { border-color: rgb(173,21,220); }
td.TdClassName
{
border-color: #AD15DC;
}
.TagClassName
{
border-color: #AD15DC;
}
</style>