Shades of Dark Violet #AD0CDC
Tints of Dark Violet #AD0CDC
RGB
CMYK
RGB Variations
Color information
#AD0CDC (or 0xAD0CDC) is known color: Dark Violet. HEX triplet: AD, 0C and DC. RGB value is (173,12,220). Sum of RGB (Red+Green+Blue) = 173+12+220=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CDC is #52F323. Grayscale: #535353. Windows color (decimal): -5436196 or 14421165. OLE color: 14421165.
HSL color Cylindrical-coordinate representation of color #AD0CDC: hue angle of 286.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CDC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 12 | 220 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.14 |
| HSL | 286.44º | 0.9% | 0.45% | - |
| HSV(B) | 286.44º | 0.95% | 0.86% | - |
| XYZ | 30.28 | 14.31 | 68.88 | - |
| YUV | 83.85 | 204.84 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 220 | 0.21 | 0.95 | 0 | 0.14 | 286.44 | 0.9 | 0.45 |
| Hex | AD | C | DC | 15 | 5F | 0 | E | 11E | 5A | 2D |
| Octal | 255 | 14 | 334 | 25 | 137 | 0 | 16 | 436 | 132 | 55 |
| Binary | 10101101 | 1100 | 11011100 | 10101 | 1011111 | 0 | 1110 | 100011110 | 1011010 | 101101 |
Color Harmonies of #AD0CDC
Complementary color
Monochromatic Colors of #AD0CDC
Black with #AD0CDC
Text Example
Text Example
White with #AD0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CDC; }
p { color: rgb(173,12,220); }
H1.HeaderClassName
{
color: #AD0CDC;
}
.AnyTagClassName
{
color: #AD0CDC;
}
</style>
background-color css
<style>
a { background-color: #AD0CDC; }
a { background-color: rgb(173,12,220); }
div.DivClassName
{
background-color: #AD0CDC;
}
.BgClassName
{
background-color: #AD0CDC;
}
</style>
border-color css
<style>
span { border-color: #AD0CDC; }
span { border-color: rgb(173,12,220); }
td.TdClassName
{
border-color: #AD0CDC;
}
.TagClassName
{
border-color: #AD0CDC;
}
</style>