Shades of Dark Violet #AD04DD
Tints of Dark Violet #AD04DD
RGB
CMYK
RGB Variations
Color information
#AD04DD (or 0xAD04DD) is known color: Dark Violet. HEX triplet: AD, 04 and DD. RGB value is (173,4,221). Sum of RGB (Red+Green+Blue) = 173+4+221=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD04DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04DD is #52FB22. Grayscale: #4E4E4E. Windows color (decimal): -5438243 or 14484653. OLE color: 14484653.
HSL color Cylindrical-coordinate representation of color #AD04DD: hue angle of 286.73º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04DD is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 4 | 221 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.13 |
| HSL | 286.73º | 0.96% | 0.44% | - |
| HSV(B) | 286.73º | 0.98% | 0.87% | - |
| XYZ | 30.33 | 14.19 | 69.55 | - |
| YUV | 79.27 | 207.99 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 221 | 0.22 | 0.98 | 0 | 0.13 | 286.73 | 0.96 | 0.44 |
| Hex | AD | 4 | DD | 16 | 62 | 0 | D | 11F | 60 | 2C |
| Octal | 255 | 4 | 335 | 26 | 142 | 0 | 15 | 437 | 140 | 54 |
| Binary | 10101101 | 100 | 11011101 | 10110 | 1100010 | 0 | 1101 | 100011111 | 1100000 | 101100 |
Color Harmonies of #AD04DD
Complementary color
Monochromatic Colors of #AD04DD
Black with #AD04DD
Text Example
Text Example
White with #AD04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04DD; }
p { color: rgb(173,4,221); }
H1.HeaderClassName
{
color: #AD04DD;
}
.AnyTagClassName
{
color: #AD04DD;
}
</style>
background-color css
<style>
a { background-color: #AD04DD; }
a { background-color: rgb(173,4,221); }
div.DivClassName
{
background-color: #AD04DD;
}
.BgClassName
{
background-color: #AD04DD;
}
</style>
border-color css
<style>
span { border-color: #AD04DD; }
span { border-color: rgb(173,4,221); }
td.TdClassName
{
border-color: #AD04DD;
}
.TagClassName
{
border-color: #AD04DD;
}
</style>