Shades of Dark Violet #AD05CE
Tints of Dark Violet #AD05CE
RGB
CMYK
RGB Variations
Color information
#AD05CE (or 0xAD05CE) is known color: Dark Violet. HEX triplet: AD, 05 and CE. RGB value is (173,5,206). Sum of RGB (Red+Green+Blue) = 173+5+206=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD05CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05CE is #52FA31. Grayscale: #4D4D4D. Windows color (decimal): -5438002 or 13501869. OLE color: 13501869.
HSL color Cylindrical-coordinate representation of color #AD05CE: hue angle of 290.15º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05CE is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 5 | 206 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.19 |
| HSL | 290.15º | 0.95% | 0.41% | - |
| HSV(B) | 290.15º | 0.98% | 0.81% | - |
| XYZ | 28.43 | 13.45 | 59.49 | - |
| YUV | 78.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 206 | 0.16 | 0.98 | 0 | 0.19 | 290.15 | 0.95 | 0.41 |
| Hex | AD | 5 | CE | 10 | 62 | 0 | 13 | 122 | 5F | 29 |
| Octal | 255 | 5 | 316 | 20 | 142 | 0 | 23 | 442 | 137 | 51 |
| Binary | 10101101 | 101 | 11001110 | 10000 | 1100010 | 0 | 10011 | 100100010 | 1011111 | 101001 |
Color Harmonies of #AD05CE
Complementary color
Monochromatic Colors of #AD05CE
Black with #AD05CE
Text Example
Text Example
White with #AD05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05CE; }
p { color: rgb(173,5,206); }
H1.HeaderClassName
{
color: #AD05CE;
}
.AnyTagClassName
{
color: #AD05CE;
}
</style>
background-color css
<style>
a { background-color: #AD05CE; }
a { background-color: rgb(173,5,206); }
div.DivClassName
{
background-color: #AD05CE;
}
.BgClassName
{
background-color: #AD05CE;
}
</style>
border-color css
<style>
span { border-color: #AD05CE; }
span { border-color: rgb(173,5,206); }
td.TdClassName
{
border-color: #AD05CE;
}
.TagClassName
{
border-color: #AD05CE;
}
</style>