Shades of Dark Violet #AD03D3
Tints of Dark Violet #AD03D3
RGB
CMYK
RGB Variations
Color information
#AD03D3 (or 0xAD03D3) is known color: Dark Violet. HEX triplet: AD, 03 and D3. RGB value is (173,3,211). Sum of RGB (Red+Green+Blue) = 173+3+211=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD03D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03D3 is #52FC2C. Grayscale: #4C4C4C. Windows color (decimal): -5438509 or 13829037. OLE color: 13829037.
HSL color Cylindrical-coordinate representation of color #AD03D3: hue angle of 289.04º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03D3 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 3 | 211 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.17 |
| HSL | 289.04º | 0.97% | 0.42% | - |
| HSV(B) | 289.04º | 0.99% | 0.83% | - |
| XYZ | 29.02 | 13.65 | 62.73 | - |
| YUV | 77.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 211 | 0.18 | 0.99 | 0 | 0.17 | 289.04 | 0.97 | 0.42 |
| Hex | AD | 3 | D3 | 12 | 63 | 0 | 11 | 121 | 61 | 2A |
| Octal | 255 | 3 | 323 | 22 | 143 | 0 | 21 | 441 | 141 | 52 |
| Binary | 10101101 | 11 | 11010011 | 10010 | 1100011 | 0 | 10001 | 100100001 | 1100001 | 101010 |
Color Harmonies of #AD03D3
Complementary color
Monochromatic Colors of #AD03D3
Black with #AD03D3
Text Example
Text Example
White with #AD03D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03D3; }
p { color: rgb(173,3,211); }
H1.HeaderClassName
{
color: #AD03D3;
}
.AnyTagClassName
{
color: #AD03D3;
}
</style>
background-color css
<style>
a { background-color: #AD03D3; }
a { background-color: rgb(173,3,211); }
div.DivClassName
{
background-color: #AD03D3;
}
.BgClassName
{
background-color: #AD03D3;
}
</style>
border-color css
<style>
span { border-color: #AD03D3; }
span { border-color: rgb(173,3,211); }
td.TdClassName
{
border-color: #AD03D3;
}
.TagClassName
{
border-color: #AD03D3;
}
</style>