Shades of Dark Violet #AD03DA
Tints of Dark Violet #AD03DA
RGB
CMYK
RGB Variations
Color information
#AD03DA (or 0xAD03DA) is known color: Dark Violet. HEX triplet: AD, 03 and DA. RGB value is (173,3,218). Sum of RGB (Red+Green+Blue) = 173+3+218=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD03DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03DA is #52FC25. Grayscale: #4D4D4D. Windows color (decimal): -5438502 or 14287789. OLE color: 14287789.
HSL color Cylindrical-coordinate representation of color #AD03DA: hue angle of 287.44º 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 #AD03DA is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 3 | 218 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.15 |
| HSL | 287.44º | 0.97% | 0.43% | - |
| HSV(B) | 287.44º | 0.99% | 0.85% | - |
| XYZ | 29.92 | 14.01 | 67.46 | - |
| YUV | 78.34 | 206.82 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 218 | 0.21 | 0.99 | 0 | 0.15 | 287.44 | 0.97 | 0.43 |
| Hex | AD | 3 | DA | 15 | 63 | 0 | F | 11F | 61 | 2B |
| Octal | 255 | 3 | 332 | 25 | 143 | 0 | 17 | 437 | 141 | 53 |
| Binary | 10101101 | 11 | 11011010 | 10101 | 1100011 | 0 | 1111 | 100011111 | 1100001 | 101011 |
Color Harmonies of #AD03DA
Complementary color
Monochromatic Colors of #AD03DA
Black with #AD03DA
Text Example
Text Example
White with #AD03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03DA; }
p { color: rgb(173,3,218); }
H1.HeaderClassName
{
color: #AD03DA;
}
.AnyTagClassName
{
color: #AD03DA;
}
</style>
background-color css
<style>
a { background-color: #AD03DA; }
a { background-color: rgb(173,3,218); }
div.DivClassName
{
background-color: #AD03DA;
}
.BgClassName
{
background-color: #AD03DA;
}
</style>
border-color css
<style>
span { border-color: #AD03DA; }
span { border-color: rgb(173,3,218); }
td.TdClassName
{
border-color: #AD03DA;
}
.TagClassName
{
border-color: #AD03DA;
}
</style>