Shades of Dark Violet #AD03D7
Tints of Dark Violet #AD03D7
RGB
CMYK
RGB Variations
Color information
#AD03D7 (or 0xAD03D7) is known color: Dark Violet. HEX triplet: AD, 03 and D7. RGB value is (173,3,215). Sum of RGB (Red+Green+Blue) = 173+3+215=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD03D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03D7 is #52FC28. Grayscale: #4D4D4D. Windows color (decimal): -5438505 or 14091181. OLE color: 14091181.
HSL color Cylindrical-coordinate representation of color #AD03D7: hue angle of 288.11º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03D7 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 3 | 215 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.16 |
| HSL | 288.11º | 0.97% | 0.43% | - |
| HSV(B) | 288.11º | 0.99% | 0.84% | - |
| XYZ | 29.53 | 13.86 | 65.41 | - |
| YUV | 78 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 215 | 0.20 | 0.99 | 0 | 0.16 | 288.11 | 0.97 | 0.43 |
| Hex | AD | 3 | D7 | 14 | 63 | 0 | 10 | 120 | 61 | 2B |
| Octal | 255 | 3 | 327 | 24 | 143 | 0 | 20 | 440 | 141 | 53 |
| Binary | 10101101 | 11 | 11010111 | 10100 | 1100011 | 0 | 10000 | 100100000 | 1100001 | 101011 |
Color Harmonies of #AD03D7
Complementary color
Monochromatic Colors of #AD03D7
Black with #AD03D7
Text Example
Text Example
White with #AD03D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03D7; }
p { color: rgb(173,3,215); }
H1.HeaderClassName
{
color: #AD03D7;
}
.AnyTagClassName
{
color: #AD03D7;
}
</style>
background-color css
<style>
a { background-color: #AD03D7; }
a { background-color: rgb(173,3,215); }
div.DivClassName
{
background-color: #AD03D7;
}
.BgClassName
{
background-color: #AD03D7;
}
</style>
border-color css
<style>
span { border-color: #AD03D7; }
span { border-color: rgb(173,3,215); }
td.TdClassName
{
border-color: #AD03D7;
}
.TagClassName
{
border-color: #AD03D7;
}
</style>