Shades of Dark Violet #AD04D0
Tints of Dark Violet #AD04D0
RGB
CMYK
RGB Variations
Color information
#AD04D0 (or 0xAD04D0) is known color: Dark Violet. HEX triplet: AD, 04 and D0. RGB value is (173,4,208). Sum of RGB (Red+Green+Blue) = 173+4+208=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD04D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04D0 is #52FB2F. Grayscale: #4D4D4D. Windows color (decimal): -5438256 or 13632685. OLE color: 13632685.
HSL color Cylindrical-coordinate representation of color #AD04D0: hue angle of 289.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04D0 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 4 | 208 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.18 |
| HSL | 289.71º | 0.96% | 0.42% | - |
| HSV(B) | 289.71º | 0.98% | 0.82% | - |
| XYZ | 28.66 | 13.53 | 60.77 | - |
| YUV | 77.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 208 | 0.17 | 0.98 | 0 | 0.18 | 289.71 | 0.96 | 0.42 |
| Hex | AD | 4 | D0 | 11 | 62 | 0 | 12 | 122 | 60 | 2A |
| Octal | 255 | 4 | 320 | 21 | 142 | 0 | 22 | 442 | 140 | 52 |
| Binary | 10101101 | 100 | 11010000 | 10001 | 1100010 | 0 | 10010 | 100100010 | 1100000 | 101010 |
Color Harmonies of #AD04D0
Complementary color
Monochromatic Colors of #AD04D0
Black with #AD04D0
Text Example
Text Example
White with #AD04D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04D0; }
p { color: rgb(173,4,208); }
H1.HeaderClassName
{
color: #AD04D0;
}
.AnyTagClassName
{
color: #AD04D0;
}
</style>
background-color css
<style>
a { background-color: #AD04D0; }
a { background-color: rgb(173,4,208); }
div.DivClassName
{
background-color: #AD04D0;
}
.BgClassName
{
background-color: #AD04D0;
}
</style>
border-color css
<style>
span { border-color: #AD04D0; }
span { border-color: rgb(173,4,208); }
td.TdClassName
{
border-color: #AD04D0;
}
.TagClassName
{
border-color: #AD04D0;
}
</style>