Shades of Dark Violet #AD04DF
Tints of Dark Violet #AD04DF
RGB
CMYK
RGB Variations
Color information
#AD04DF (or 0xAD04DF) is known color: Dark Violet. HEX triplet: AD, 04 and DF. RGB value is (173,4,223). Sum of RGB (Red+Green+Blue) = 173+4+223=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD04DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04DF is #52FB20. Grayscale: #4E4E4E. Windows color (decimal): -5438241 or 14615725. OLE color: 14615725.
HSL color Cylindrical-coordinate representation of color #AD04DF: hue angle of 286.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04DF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 4 | 223 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.13 |
| HSL | 286.3º | 0.96% | 0.45% | - |
| HSV(B) | 286.3º | 0.98% | 0.87% | - |
| XYZ | 30.6 | 14.3 | 70.96 | - |
| YUV | 79.5 | 208.99 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 223 | 0.22 | 0.98 | 0 | 0.13 | 286.3 | 0.96 | 0.45 |
| Hex | AD | 4 | DF | 16 | 62 | 0 | D | 11E | 60 | 2D |
| Octal | 255 | 4 | 337 | 26 | 142 | 0 | 15 | 436 | 140 | 55 |
| Binary | 10101101 | 100 | 11011111 | 10110 | 1100010 | 0 | 1101 | 100011110 | 1100000 | 101101 |
Color Harmonies of #AD04DF
Complementary color
Monochromatic Colors of #AD04DF
Black with #AD04DF
Text Example
Text Example
White with #AD04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04DF; }
p { color: rgb(173,4,223); }
H1.HeaderClassName
{
color: #AD04DF;
}
.AnyTagClassName
{
color: #AD04DF;
}
</style>
background-color css
<style>
a { background-color: #AD04DF; }
a { background-color: rgb(173,4,223); }
div.DivClassName
{
background-color: #AD04DF;
}
.BgClassName
{
background-color: #AD04DF;
}
</style>
border-color css
<style>
span { border-color: #AD04DF; }
span { border-color: rgb(173,4,223); }
td.TdClassName
{
border-color: #AD04DF;
}
.TagClassName
{
border-color: #AD04DF;
}
</style>