Shades of Dark Violet #AD0FDE
Tints of Dark Violet #AD0FDE
RGB
CMYK
RGB Variations
Color information
#AD0FDE (or 0xAD0FDE) is known color: Dark Violet. HEX triplet: AD, 0F and DE. RGB value is (173,15,222). Sum of RGB (Red+Green+Blue) = 173+15+222=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FDE is #52F021. Grayscale: #555555. Windows color (decimal): -5435426 or 14553005. OLE color: 14553005.
HSL color Cylindrical-coordinate representation of color #AD0FDE: hue angle of 285.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FDE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 15 | 222 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.13 |
| HSL | 285.8º | 0.87% | 0.46% | - |
| HSV(B) | 285.8º | 0.93% | 0.87% | - |
| XYZ | 30.59 | 14.5 | 70.29 | - |
| YUV | 85.84 | 204.85 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 222 | 0.22 | 0.93 | 0 | 0.13 | 285.8 | 0.87 | 0.46 |
| Hex | AD | F | DE | 16 | 5D | 0 | D | 11E | 57 | 2E |
| Octal | 255 | 17 | 336 | 26 | 135 | 0 | 15 | 436 | 127 | 56 |
| Binary | 10101101 | 1111 | 11011110 | 10110 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AD0FDE
Complementary color
Monochromatic Colors of #AD0FDE
Black with #AD0FDE
Text Example
Text Example
White with #AD0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FDE; }
p { color: rgb(173,15,222); }
H1.HeaderClassName
{
color: #AD0FDE;
}
.AnyTagClassName
{
color: #AD0FDE;
}
</style>
background-color css
<style>
a { background-color: #AD0FDE; }
a { background-color: rgb(173,15,222); }
div.DivClassName
{
background-color: #AD0FDE;
}
.BgClassName
{
background-color: #AD0FDE;
}
</style>
border-color css
<style>
span { border-color: #AD0FDE; }
span { border-color: rgb(173,15,222); }
td.TdClassName
{
border-color: #AD0FDE;
}
.TagClassName
{
border-color: #AD0FDE;
}
</style>