Shades of Dark Violet #AD03D9
Tints of Dark Violet #AD03D9
RGB
CMYK
RGB Variations
Color information
#AD03D9 (or 0xAD03D9) is known color: Dark Violet. HEX triplet: AD, 03 and D9. RGB value is (173,3,217). Sum of RGB (Red+Green+Blue) = 173+3+217=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD03D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03D9 is #52FC26. Grayscale: #4D4D4D. Windows color (decimal): -5438503 or 14222253. OLE color: 14222253.
HSL color Cylindrical-coordinate representation of color #AD03D9: hue angle of 287.66º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03D9 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 3 | 217 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.15 |
| HSL | 287.66º | 0.97% | 0.43% | - |
| HSV(B) | 287.66º | 0.99% | 0.85% | - |
| XYZ | 29.79 | 13.96 | 66.77 | - |
| YUV | 78.23 | 206.32 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 217 | 0.20 | 0.99 | 0 | 0.15 | 287.66 | 0.97 | 0.43 |
| Hex | AD | 3 | D9 | 14 | 63 | 0 | F | 120 | 61 | 2B |
| Octal | 255 | 3 | 331 | 24 | 143 | 0 | 17 | 440 | 141 | 53 |
| Binary | 10101101 | 11 | 11011001 | 10100 | 1100011 | 0 | 1111 | 100100000 | 1100001 | 101011 |
Color Harmonies of #AD03D9
Complementary color
Monochromatic Colors of #AD03D9
Black with #AD03D9
Text Example
Text Example
White with #AD03D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03D9; }
p { color: rgb(173,3,217); }
H1.HeaderClassName
{
color: #AD03D9;
}
.AnyTagClassName
{
color: #AD03D9;
}
</style>
background-color css
<style>
a { background-color: #AD03D9; }
a { background-color: rgb(173,3,217); }
div.DivClassName
{
background-color: #AD03D9;
}
.BgClassName
{
background-color: #AD03D9;
}
</style>
border-color css
<style>
span { border-color: #AD03D9; }
span { border-color: rgb(173,3,217); }
td.TdClassName
{
border-color: #AD03D9;
}
.TagClassName
{
border-color: #AD03D9;
}
</style>