Shades of Dark Violet #AD00DC
Tints of Dark Violet #AD00DC
RGB
CMYK
RGB Variations
Color information
#AD00DC (or 0xAD00DC) is known color: Dark Violet. HEX triplet: AD, 00 and DC. RGB value is (173,0,220). Sum of RGB (Red+Green+Blue) = 173+0+220=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00DC is #52FF23. Grayscale: #4C4C4C. Windows color (decimal): -5439268 or 14418093. OLE color: 14418093.
HSL color Cylindrical-coordinate representation of color #AD00DC: hue angle of 287.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00DC is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 0 | 220 | - |
| CMYK | 0.21 | 1 | 0 | 0.14 |
| HSL | 287.18º | 1% | 0.43% | - |
| HSV(B) | 287.18º | 1% | 0.86% | - |
| XYZ | 30.15 | 14.05 | 68.83 | - |
| YUV | 76.81 | 208.81 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 220 | 0.21 | 1 | 0 | 0.14 | 287.18 | 1 | 0.43 |
| Hex | AD | 0 | DC | 15 | 64 | 0 | E | 11F | 64 | 2B |
| Octal | 255 | 0 | 334 | 25 | 144 | 0 | 16 | 437 | 144 | 53 |
| Binary | 10101101 | 0 | 11011100 | 10101 | 1100100 | 0 | 1110 | 100011111 | 1100100 | 101011 |
Color Harmonies of #AD00DC
Complementary color
Monochromatic Colors of #AD00DC
Black with #AD00DC
Text Example
Text Example
White with #AD00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00DC; }
p { color: rgb(173,0,220); }
H1.HeaderClassName
{
color: #AD00DC;
}
.AnyTagClassName
{
color: #AD00DC;
}
</style>
background-color css
<style>
a { background-color: #AD00DC; }
a { background-color: rgb(173,0,220); }
div.DivClassName
{
background-color: #AD00DC;
}
.BgClassName
{
background-color: #AD00DC;
}
</style>
border-color css
<style>
span { border-color: #AD00DC; }
span { border-color: rgb(173,0,220); }
td.TdClassName
{
border-color: #AD00DC;
}
.TagClassName
{
border-color: #AD00DC;
}
</style>