Shades of Dark Violet #AD03C9
Tints of Dark Violet #AD03C9
RGB
CMYK
RGB Variations
Color information
#AD03C9 (or 0xAD03C9) is known color: Dark Violet. HEX triplet: AD, 03 and C9. RGB value is (173,3,201). Sum of RGB (Red+Green+Blue) = 173+3+201=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD03C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03C9 is #52FC36. Grayscale: #4B4B4B. Windows color (decimal): -5438519 or 13173677. OLE color: 13173677.
HSL color Cylindrical-coordinate representation of color #AD03C9: hue angle of 291.52º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03C9 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 3 | 201 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.21 |
| HSL | 291.52º | 0.97% | 0.4% | - |
| HSV(B) | 291.52º | 0.99% | 0.79% | - |
| XYZ | 27.81 | 13.17 | 56.33 | - |
| YUV | 76.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 201 | 0.14 | 0.99 | 0 | 0.21 | 291.52 | 0.97 | 0.4 |
| Hex | AD | 3 | C9 | E | 63 | 0 | 15 | 124 | 61 | 28 |
| Octal | 255 | 3 | 311 | 16 | 143 | 0 | 25 | 444 | 141 | 50 |
| Binary | 10101101 | 11 | 11001001 | 1110 | 1100011 | 0 | 10101 | 100100100 | 1100001 | 101000 |
Color Harmonies of #AD03C9
Complementary color
Monochromatic Colors of #AD03C9
Black with #AD03C9
Text Example
Text Example
White with #AD03C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03C9; }
p { color: rgb(173,3,201); }
H1.HeaderClassName
{
color: #AD03C9;
}
.AnyTagClassName
{
color: #AD03C9;
}
</style>
background-color css
<style>
a { background-color: #AD03C9; }
a { background-color: rgb(173,3,201); }
div.DivClassName
{
background-color: #AD03C9;
}
.BgClassName
{
background-color: #AD03C9;
}
</style>
border-color css
<style>
span { border-color: #AD03C9; }
span { border-color: rgb(173,3,201); }
td.TdClassName
{
border-color: #AD03C9;
}
.TagClassName
{
border-color: #AD03C9;
}
</style>