Shades of Dark Violet #AD04D9
Tints of Dark Violet #AD04D9
RGB
CMYK
RGB Variations
Color information
#AD04D9 (or 0xAD04D9) is known color: Dark Violet. HEX triplet: AD, 04 and D9. RGB value is (173,4,217). Sum of RGB (Red+Green+Blue) = 173+4+217=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD04D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04D9 is #52FB26. Grayscale: #4E4E4E. Windows color (decimal): -5438247 or 14222509. OLE color: 14222509.
HSL color Cylindrical-coordinate representation of color #AD04D9: hue angle of 287.61º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04D9 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 4 | 217 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.15 |
| HSL | 287.61º | 0.96% | 0.43% | - |
| HSV(B) | 287.61º | 0.98% | 0.85% | - |
| XYZ | 29.8 | 13.98 | 66.77 | - |
| YUV | 78.81 | 205.99 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 217 | 0.20 | 0.98 | 0 | 0.15 | 287.61 | 0.96 | 0.43 |
| Hex | AD | 4 | D9 | 14 | 62 | 0 | F | 120 | 60 | 2B |
| Octal | 255 | 4 | 331 | 24 | 142 | 0 | 17 | 440 | 140 | 53 |
| Binary | 10101101 | 100 | 11011001 | 10100 | 1100010 | 0 | 1111 | 100100000 | 1100000 | 101011 |
Color Harmonies of #AD04D9
Complementary color
Monochromatic Colors of #AD04D9
Black with #AD04D9
Text Example
Text Example
White with #AD04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04D9; }
p { color: rgb(173,4,217); }
H1.HeaderClassName
{
color: #AD04D9;
}
.AnyTagClassName
{
color: #AD04D9;
}
</style>
background-color css
<style>
a { background-color: #AD04D9; }
a { background-color: rgb(173,4,217); }
div.DivClassName
{
background-color: #AD04D9;
}
.BgClassName
{
background-color: #AD04D9;
}
</style>
border-color css
<style>
span { border-color: #AD04D9; }
span { border-color: rgb(173,4,217); }
td.TdClassName
{
border-color: #AD04D9;
}
.TagClassName
{
border-color: #AD04D9;
}
</style>