Shades of Dark Violet #AD03E2
Tints of Dark Violet #AD03E2
RGB
CMYK
RGB Variations
Color information
#AD03E2 (or 0xAD03E2) is known color: Dark Violet. HEX triplet: AD, 03 and E2. RGB value is (173,3,226). Sum of RGB (Red+Green+Blue) = 173+3+226=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD03E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03E2 is #52FC1D. Grayscale: #4E4E4E. Windows color (decimal): -5438494 or 14812077. OLE color: 14812077.
HSL color Cylindrical-coordinate representation of color #AD03E2: hue angle of 285.74º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03E2 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 3 | 226 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.11 |
| HSL | 285.74º | 0.97% | 0.45% | - |
| HSV(B) | 285.74º | 0.99% | 0.89% | - |
| XYZ | 30.99 | 14.44 | 73.11 | - |
| YUV | 79.25 | 210.82 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 226 | 0.23 | 0.99 | 0 | 0.11 | 285.74 | 0.97 | 0.45 |
| Hex | AD | 3 | E2 | 17 | 63 | 0 | B | 11E | 61 | 2D |
| Octal | 255 | 3 | 342 | 27 | 143 | 0 | 13 | 436 | 141 | 55 |
| Binary | 10101101 | 11 | 11100010 | 10111 | 1100011 | 0 | 1011 | 100011110 | 1100001 | 101101 |
Color Harmonies of #AD03E2
Complementary color
Monochromatic Colors of #AD03E2
Black with #AD03E2
Text Example
Text Example
White with #AD03E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03E2; }
p { color: rgb(173,3,226); }
H1.HeaderClassName
{
color: #AD03E2;
}
.AnyTagClassName
{
color: #AD03E2;
}
</style>
background-color css
<style>
a { background-color: #AD03E2; }
a { background-color: rgb(173,3,226); }
div.DivClassName
{
background-color: #AD03E2;
}
.BgClassName
{
background-color: #AD03E2;
}
</style>
border-color css
<style>
span { border-color: #AD03E2; }
span { border-color: rgb(173,3,226); }
td.TdClassName
{
border-color: #AD03E2;
}
.TagClassName
{
border-color: #AD03E2;
}
</style>