Shades of Dark Violet #AD15DE
Tints of Dark Violet #AD15DE
RGB
CMYK
RGB Variations
Color information
#AD15DE (or 0xAD15DE) is known color: Dark Violet. HEX triplet: AD, 15 and DE. RGB value is (173,21,222). Sum of RGB (Red+Green+Blue) = 173+21+222=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD15DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15DE is #52EA21. Grayscale: #585858. Windows color (decimal): -5433890 or 14554541. OLE color: 14554541.
HSL color Cylindrical-coordinate representation of color #AD15DE: hue angle of 285.37º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD15DE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 21 | 222 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.13 |
| HSL | 285.37º | 0.83% | 0.48% | - |
| HSV(B) | 285.37º | 0.91% | 0.87% | - |
| XYZ | 30.69 | 14.69 | 70.33 | - |
| YUV | 89.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 222 | 0.22 | 0.91 | 0 | 0.13 | 285.37 | 0.83 | 0.48 |
| Hex | AD | 15 | DE | 16 | 5B | 0 | D | 11D | 53 | 30 |
| Octal | 255 | 25 | 336 | 26 | 133 | 0 | 15 | 435 | 123 | 60 |
| Binary | 10101101 | 10101 | 11011110 | 10110 | 1011011 | 0 | 1101 | 100011101 | 1010011 | 110000 |
Color Harmonies of #AD15DE
Complementary color
Monochromatic Colors of #AD15DE
Black with #AD15DE
Text Example
Text Example
White with #AD15DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15DE; }
p { color: rgb(173,21,222); }
H1.HeaderClassName
{
color: #AD15DE;
}
.AnyTagClassName
{
color: #AD15DE;
}
</style>
background-color css
<style>
a { background-color: #AD15DE; }
a { background-color: rgb(173,21,222); }
div.DivClassName
{
background-color: #AD15DE;
}
.BgClassName
{
background-color: #AD15DE;
}
</style>
border-color css
<style>
span { border-color: #AD15DE; }
span { border-color: rgb(173,21,222); }
td.TdClassName
{
border-color: #AD15DE;
}
.TagClassName
{
border-color: #AD15DE;
}
</style>