Shades of Dark Violet #AD04E4
Tints of Dark Violet #AD04E4
RGB
CMYK
RGB Variations
Color information
#AD04E4 (or 0xAD04E4) is known color: Dark Violet. HEX triplet: AD, 04 and E4. RGB value is (173,4,228). Sum of RGB (Red+Green+Blue) = 173+4+228=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD04E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04E4 is #52FB1B. Grayscale: #4F4F4F. Windows color (decimal): -5438236 or 14943405. OLE color: 14943405.
HSL color Cylindrical-coordinate representation of color #AD04E4: hue angle of 285.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04E4 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 4 | 228 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.11 |
| HSL | 285.27º | 0.97% | 0.45% | - |
| HSV(B) | 285.27º | 0.98% | 0.89% | - |
| XYZ | 31.28 | 14.57 | 74.56 | - |
| YUV | 80.07 | 211.49 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 228 | 0.24 | 0.98 | 0 | 0.11 | 285.27 | 0.97 | 0.45 |
| Hex | AD | 4 | E4 | 18 | 62 | 0 | B | 11D | 61 | 2D |
| Octal | 255 | 4 | 344 | 30 | 142 | 0 | 13 | 435 | 141 | 55 |
| Binary | 10101101 | 100 | 11100100 | 11000 | 1100010 | 0 | 1011 | 100011101 | 1100001 | 101101 |
Color Harmonies of #AD04E4
Complementary color
Monochromatic Colors of #AD04E4
Black with #AD04E4
Text Example
Text Example
White with #AD04E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04E4; }
p { color: rgb(173,4,228); }
H1.HeaderClassName
{
color: #AD04E4;
}
.AnyTagClassName
{
color: #AD04E4;
}
</style>
background-color css
<style>
a { background-color: #AD04E4; }
a { background-color: rgb(173,4,228); }
div.DivClassName
{
background-color: #AD04E4;
}
.BgClassName
{
background-color: #AD04E4;
}
</style>
border-color css
<style>
span { border-color: #AD04E4; }
span { border-color: rgb(173,4,228); }
td.TdClassName
{
border-color: #AD04E4;
}
.TagClassName
{
border-color: #AD04E4;
}
</style>