Shades of Dark Violet #AD10DA
Tints of Dark Violet #AD10DA
RGB
CMYK
RGB Variations
Color information
#AD10DA (or 0xAD10DA) is known color: Dark Violet. HEX triplet: AD, 10 and DA. RGB value is (173,16,218). Sum of RGB (Red+Green+Blue) = 173+16+218=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD10DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10DA is #52EF25. Grayscale: #555555. Windows color (decimal): -5435174 or 14291117. OLE color: 14291117.
HSL color Cylindrical-coordinate representation of color #AD10DA: hue angle of 286.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10DA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 16 | 218 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.15 |
| HSL | 286.63º | 0.86% | 0.46% | - |
| HSV(B) | 286.63º | 0.93% | 0.85% | - |
| XYZ | 30.07 | 14.32 | 67.51 | - |
| YUV | 85.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 218 | 0.21 | 0.93 | 0 | 0.15 | 286.63 | 0.86 | 0.46 |
| Hex | AD | 10 | DA | 15 | 5D | 0 | F | 11F | 56 | 2E |
| Octal | 255 | 20 | 332 | 25 | 135 | 0 | 17 | 437 | 126 | 56 |
| Binary | 10101101 | 10000 | 11011010 | 10101 | 1011101 | 0 | 1111 | 100011111 | 1010110 | 101110 |
Color Harmonies of #AD10DA
Complementary color
Monochromatic Colors of #AD10DA
Black with #AD10DA
Text Example
Text Example
White with #AD10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10DA; }
p { color: rgb(173,16,218); }
H1.HeaderClassName
{
color: #AD10DA;
}
.AnyTagClassName
{
color: #AD10DA;
}
</style>
background-color css
<style>
a { background-color: #AD10DA; }
a { background-color: rgb(173,16,218); }
div.DivClassName
{
background-color: #AD10DA;
}
.BgClassName
{
background-color: #AD10DA;
}
</style>
border-color css
<style>
span { border-color: #AD10DA; }
span { border-color: rgb(173,16,218); }
td.TdClassName
{
border-color: #AD10DA;
}
.TagClassName
{
border-color: #AD10DA;
}
</style>