Shades of Dark Violet #AD04CF
Tints of Dark Violet #AD04CF
RGB
CMYK
RGB Variations
Color information
#AD04CF (or 0xAD04CF) is known color: Dark Violet. HEX triplet: AD, 04 and CF. RGB value is (173,4,207). Sum of RGB (Red+Green+Blue) = 173+4+207=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04CF is #52FB30. Grayscale: #4D4D4D. Windows color (decimal): -5438257 or 13567149. OLE color: 13567149.
HSL color Cylindrical-coordinate representation of color #AD04CF: hue angle of 289.95º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04CF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 4 | 207 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.19 |
| HSL | 289.95º | 0.96% | 0.41% | - |
| HSV(B) | 289.95º | 0.98% | 0.81% | - |
| XYZ | 28.54 | 13.48 | 60.13 | - |
| YUV | 77.67 | 200.99 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 207 | 0.16 | 0.98 | 0 | 0.19 | 289.95 | 0.96 | 0.41 |
| Hex | AD | 4 | CF | 10 | 62 | 0 | 13 | 122 | 60 | 29 |
| Octal | 255 | 4 | 317 | 20 | 142 | 0 | 23 | 442 | 140 | 51 |
| Binary | 10101101 | 100 | 11001111 | 10000 | 1100010 | 0 | 10011 | 100100010 | 1100000 | 101001 |
Color Harmonies of #AD04CF
Complementary color
Monochromatic Colors of #AD04CF
Black with #AD04CF
Text Example
Text Example
White with #AD04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04CF; }
p { color: rgb(173,4,207); }
H1.HeaderClassName
{
color: #AD04CF;
}
.AnyTagClassName
{
color: #AD04CF;
}
</style>
background-color css
<style>
a { background-color: #AD04CF; }
a { background-color: rgb(173,4,207); }
div.DivClassName
{
background-color: #AD04CF;
}
.BgClassName
{
background-color: #AD04CF;
}
</style>
border-color css
<style>
span { border-color: #AD04CF; }
span { border-color: rgb(173,4,207); }
td.TdClassName
{
border-color: #AD04CF;
}
.TagClassName
{
border-color: #AD04CF;
}
</style>