Shades of Dark Violet #AD06CF
Tints of Dark Violet #AD06CF
RGB
CMYK
RGB Variations
Color information
#AD06CF (or 0xAD06CF) is known color: Dark Violet. HEX triplet: AD, 06 and CF. RGB value is (173,6,207). Sum of RGB (Red+Green+Blue) = 173+6+207=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD06CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06CF is #52F930. Grayscale: #4E4E4E. Windows color (decimal): -5437745 or 13567661. OLE color: 13567661.
HSL color Cylindrical-coordinate representation of color #AD06CF: hue angle of 289.85º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06CF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 6 | 207 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.19 |
| HSL | 289.85º | 0.94% | 0.42% | - |
| HSV(B) | 289.85º | 0.97% | 0.81% | - |
| XYZ | 28.56 | 13.52 | 60.14 | - |
| YUV | 78.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 207 | 0.16 | 0.97 | 0 | 0.19 | 289.85 | 0.94 | 0.42 |
| Hex | AD | 6 | CF | 10 | 61 | 0 | 13 | 122 | 5E | 2A |
| Octal | 255 | 6 | 317 | 20 | 141 | 0 | 23 | 442 | 136 | 52 |
| Binary | 10101101 | 110 | 11001111 | 10000 | 1100001 | 0 | 10011 | 100100010 | 1011110 | 101010 |
Color Harmonies of #AD06CF
Complementary color
Monochromatic Colors of #AD06CF
Black with #AD06CF
Text Example
Text Example
White with #AD06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06CF; }
p { color: rgb(173,6,207); }
H1.HeaderClassName
{
color: #AD06CF;
}
.AnyTagClassName
{
color: #AD06CF;
}
</style>
background-color css
<style>
a { background-color: #AD06CF; }
a { background-color: rgb(173,6,207); }
div.DivClassName
{
background-color: #AD06CF;
}
.BgClassName
{
background-color: #AD06CF;
}
</style>
border-color css
<style>
span { border-color: #AD06CF; }
span { border-color: rgb(173,6,207); }
td.TdClassName
{
border-color: #AD06CF;
}
.TagClassName
{
border-color: #AD06CF;
}
</style>