Shades of Dark Violet #AD06DC
Tints of Dark Violet #AD06DC
RGB
CMYK
RGB Variations
Color information
#AD06DC (or 0xAD06DC) is known color: Dark Violet. HEX triplet: AD, 06 and DC. RGB value is (173,6,220). Sum of RGB (Red+Green+Blue) = 173+6+220=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD06DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06DC is #52F923. Grayscale: #4F4F4F. Windows color (decimal): -5437732 or 14419629. OLE color: 14419629.
HSL color Cylindrical-coordinate representation of color #AD06DC: hue angle of 286.82º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06DC is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 6 | 220 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.14 |
| HSL | 286.82º | 0.95% | 0.44% | - |
| HSV(B) | 286.82º | 0.97% | 0.86% | - |
| XYZ | 30.22 | 14.18 | 68.85 | - |
| YUV | 80.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 220 | 0.21 | 0.97 | 0 | 0.14 | 286.82 | 0.95 | 0.44 |
| Hex | AD | 6 | DC | 15 | 61 | 0 | E | 11F | 5F | 2C |
| Octal | 255 | 6 | 334 | 25 | 141 | 0 | 16 | 437 | 137 | 54 |
| Binary | 10101101 | 110 | 11011100 | 10101 | 1100001 | 0 | 1110 | 100011111 | 1011111 | 101100 |
Color Harmonies of #AD06DC
Complementary color
Monochromatic Colors of #AD06DC
Black with #AD06DC
Text Example
Text Example
White with #AD06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06DC; }
p { color: rgb(173,6,220); }
H1.HeaderClassName
{
color: #AD06DC;
}
.AnyTagClassName
{
color: #AD06DC;
}
</style>
background-color css
<style>
a { background-color: #AD06DC; }
a { background-color: rgb(173,6,220); }
div.DivClassName
{
background-color: #AD06DC;
}
.BgClassName
{
background-color: #AD06DC;
}
</style>
border-color css
<style>
span { border-color: #AD06DC; }
span { border-color: rgb(173,6,220); }
td.TdClassName
{
border-color: #AD06DC;
}
.TagClassName
{
border-color: #AD06DC;
}
</style>