Shades of Dark Violet #AD05E0
Tints of Dark Violet #AD05E0
RGB
CMYK
RGB Variations
Color information
#AD05E0 (or 0xAD05E0) is known color: Dark Violet. HEX triplet: AD, 05 and E0. RGB value is (173,5,224). Sum of RGB (Red+Green+Blue) = 173+5+224=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD05E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05E0 is #52FA1F. Grayscale: #4F4F4F. Windows color (decimal): -5437984 or 14681517. OLE color: 14681517.
HSL color Cylindrical-coordinate representation of color #AD05E0: hue angle of 286.03º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05E0 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 5 | 224 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.12 |
| HSL | 286.03º | 0.96% | 0.45% | - |
| HSV(B) | 286.03º | 0.98% | 0.88% | - |
| XYZ | 30.74 | 14.37 | 71.68 | - |
| YUV | 80.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 224 | 0.23 | 0.98 | 0 | 0.12 | 286.03 | 0.96 | 0.45 |
| Hex | AD | 5 | E0 | 17 | 62 | 0 | C | 11E | 60 | 2D |
| Octal | 255 | 5 | 340 | 27 | 142 | 0 | 14 | 436 | 140 | 55 |
| Binary | 10101101 | 101 | 11100000 | 10111 | 1100010 | 0 | 1100 | 100011110 | 1100000 | 101101 |
Color Harmonies of #AD05E0
Complementary color
Monochromatic Colors of #AD05E0
Black with #AD05E0
Text Example
Text Example
White with #AD05E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05E0; }
p { color: rgb(173,5,224); }
H1.HeaderClassName
{
color: #AD05E0;
}
.AnyTagClassName
{
color: #AD05E0;
}
</style>
background-color css
<style>
a { background-color: #AD05E0; }
a { background-color: rgb(173,5,224); }
div.DivClassName
{
background-color: #AD05E0;
}
.BgClassName
{
background-color: #AD05E0;
}
</style>
border-color css
<style>
span { border-color: #AD05E0; }
span { border-color: rgb(173,5,224); }
td.TdClassName
{
border-color: #AD05E0;
}
.TagClassName
{
border-color: #AD05E0;
}
</style>