Shades of Dark Violet #AD10DF
Tints of Dark Violet #AD10DF
RGB
CMYK
RGB Variations
Color information
#AD10DF (or 0xAD10DF) is known color: Dark Violet. HEX triplet: AD, 10 and DF. RGB value is (173,16,223). Sum of RGB (Red+Green+Blue) = 173+16+223=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10DF is #52EF20. Grayscale: #555555. Windows color (decimal): -5435169 or 14618797. OLE color: 14618797.
HSL color Cylindrical-coordinate representation of color #AD10DF: hue angle of 285.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10DF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 16 | 223 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.13 |
| HSL | 285.51º | 0.87% | 0.47% | - |
| HSV(B) | 285.51º | 0.93% | 0.87% | - |
| XYZ | 30.74 | 14.58 | 71.01 | - |
| YUV | 86.54 | 205.01 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 223 | 0.22 | 0.93 | 0 | 0.13 | 285.51 | 0.87 | 0.47 |
| Hex | AD | 10 | DF | 16 | 5D | 0 | D | 11E | 57 | 2F |
| Octal | 255 | 20 | 337 | 26 | 135 | 0 | 15 | 436 | 127 | 57 |
| Binary | 10101101 | 10000 | 11011111 | 10110 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101111 |
Color Harmonies of #AD10DF
Complementary color
Monochromatic Colors of #AD10DF
Black with #AD10DF
Text Example
Text Example
White with #AD10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10DF; }
p { color: rgb(173,16,223); }
H1.HeaderClassName
{
color: #AD10DF;
}
.AnyTagClassName
{
color: #AD10DF;
}
</style>
background-color css
<style>
a { background-color: #AD10DF; }
a { background-color: rgb(173,16,223); }
div.DivClassName
{
background-color: #AD10DF;
}
.BgClassName
{
background-color: #AD10DF;
}
</style>
border-color css
<style>
span { border-color: #AD10DF; }
span { border-color: rgb(173,16,223); }
td.TdClassName
{
border-color: #AD10DF;
}
.TagClassName
{
border-color: #AD10DF;
}
</style>