Shades of Dark Violet #AD04DA
Tints of Dark Violet #AD04DA
RGB
CMYK
RGB Variations
Color information
#AD04DA (or 0xAD04DA) is known color: Dark Violet. HEX triplet: AD, 04 and DA. RGB value is (173,4,218). Sum of RGB (Red+Green+Blue) = 173+4+218=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD04DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04DA is #52FB25. Grayscale: #4E4E4E. Windows color (decimal): -5438246 or 14288045. OLE color: 14288045.
HSL color Cylindrical-coordinate representation of color #AD04DA: hue angle of 287.38º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04DA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 4 | 218 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.15 |
| HSL | 287.38º | 0.96% | 0.44% | - |
| HSV(B) | 287.38º | 0.98% | 0.85% | - |
| XYZ | 29.93 | 14.03 | 67.46 | - |
| YUV | 78.93 | 206.49 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 218 | 0.21 | 0.98 | 0 | 0.15 | 287.38 | 0.96 | 0.44 |
| Hex | AD | 4 | DA | 15 | 62 | 0 | F | 11F | 60 | 2C |
| Octal | 255 | 4 | 332 | 25 | 142 | 0 | 17 | 437 | 140 | 54 |
| Binary | 10101101 | 100 | 11011010 | 10101 | 1100010 | 0 | 1111 | 100011111 | 1100000 | 101100 |
Color Harmonies of #AD04DA
Complementary color
Monochromatic Colors of #AD04DA
Black with #AD04DA
Text Example
Text Example
White with #AD04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04DA; }
p { color: rgb(173,4,218); }
H1.HeaderClassName
{
color: #AD04DA;
}
.AnyTagClassName
{
color: #AD04DA;
}
</style>
background-color css
<style>
a { background-color: #AD04DA; }
a { background-color: rgb(173,4,218); }
div.DivClassName
{
background-color: #AD04DA;
}
.BgClassName
{
background-color: #AD04DA;
}
</style>
border-color css
<style>
span { border-color: #AD04DA; }
span { border-color: rgb(173,4,218); }
td.TdClassName
{
border-color: #AD04DA;
}
.TagClassName
{
border-color: #AD04DA;
}
</style>