Shades of Dark Violet #AD15DA
Tints of Dark Violet #AD15DA
RGB
CMYK
RGB Variations
Color information
#AD15DA (or 0xAD15DA) is known color: Dark Violet. HEX triplet: AD, 15 and DA. RGB value is (173,21,218). Sum of RGB (Red+Green+Blue) = 173+21+218=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD15DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15DA is #52EA25. Grayscale: #585858. Windows color (decimal): -5433894 or 14292397. OLE color: 14292397.
HSL color Cylindrical-coordinate representation of color #AD15DA: hue angle of 286.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD15DA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 21 | 218 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.15 |
| HSL | 286.29º | 0.82% | 0.47% | - |
| HSV(B) | 286.29º | 0.9% | 0.85% | - |
| XYZ | 30.16 | 14.48 | 67.54 | - |
| YUV | 88.91 | 200.86 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 218 | 0.21 | 0.90 | 0 | 0.15 | 286.29 | 0.82 | 0.47 |
| Hex | AD | 15 | DA | 15 | 5A | 0 | F | 11E | 52 | 2F |
| Octal | 255 | 25 | 332 | 25 | 132 | 0 | 17 | 436 | 122 | 57 |
| Binary | 10101101 | 10101 | 11011010 | 10101 | 1011010 | 0 | 1111 | 100011110 | 1010010 | 101111 |
Color Harmonies of #AD15DA
Complementary color
Monochromatic Colors of #AD15DA
Black with #AD15DA
Text Example
Text Example
White with #AD15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15DA; }
p { color: rgb(173,21,218); }
H1.HeaderClassName
{
color: #AD15DA;
}
.AnyTagClassName
{
color: #AD15DA;
}
</style>
background-color css
<style>
a { background-color: #AD15DA; }
a { background-color: rgb(173,21,218); }
div.DivClassName
{
background-color: #AD15DA;
}
.BgClassName
{
background-color: #AD15DA;
}
</style>
border-color css
<style>
span { border-color: #AD15DA; }
span { border-color: rgb(173,21,218); }
td.TdClassName
{
border-color: #AD15DA;
}
.TagClassName
{
border-color: #AD15DA;
}
</style>