Shades of Dark Violet #AD03CE
Tints of Dark Violet #AD03CE
RGB
CMYK
RGB Variations
Color information
#AD03CE (or 0xAD03CE) is known color: Dark Violet. HEX triplet: AD, 03 and CE. RGB value is (173,3,206). Sum of RGB (Red+Green+Blue) = 173+3+206=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD03CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03CE is #52FC31. Grayscale: #4C4C4C. Windows color (decimal): -5438514 or 13501357. OLE color: 13501357.
HSL color Cylindrical-coordinate representation of color #AD03CE: hue angle of 290.25º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03CE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 3 | 206 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.19 |
| HSL | 290.25º | 0.97% | 0.41% | - |
| HSV(B) | 290.25º | 0.99% | 0.81% | - |
| XYZ | 28.41 | 13.41 | 59.48 | - |
| YUV | 76.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 206 | 0.16 | 0.99 | 0 | 0.19 | 290.25 | 0.97 | 0.41 |
| Hex | AD | 3 | CE | 10 | 63 | 0 | 13 | 122 | 61 | 29 |
| Octal | 255 | 3 | 316 | 20 | 143 | 0 | 23 | 442 | 141 | 51 |
| Binary | 10101101 | 11 | 11001110 | 10000 | 1100011 | 0 | 10011 | 100100010 | 1100001 | 101001 |
Color Harmonies of #AD03CE
Complementary color
Monochromatic Colors of #AD03CE
Black with #AD03CE
Text Example
Text Example
White with #AD03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03CE; }
p { color: rgb(173,3,206); }
H1.HeaderClassName
{
color: #AD03CE;
}
.AnyTagClassName
{
color: #AD03CE;
}
</style>
background-color css
<style>
a { background-color: #AD03CE; }
a { background-color: rgb(173,3,206); }
div.DivClassName
{
background-color: #AD03CE;
}
.BgClassName
{
background-color: #AD03CE;
}
</style>
border-color css
<style>
span { border-color: #AD03CE; }
span { border-color: rgb(173,3,206); }
td.TdClassName
{
border-color: #AD03CE;
}
.TagClassName
{
border-color: #AD03CE;
}
</style>