Shades of Dark Violet #AD0CDD
Tints of Dark Violet #AD0CDD
RGB
CMYK
RGB Variations
Color information
#AD0CDD (or 0xAD0CDD) is known color: Dark Violet. HEX triplet: AD, 0C and DD. RGB value is (173,12,221). Sum of RGB (Red+Green+Blue) = 173+12+221=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CDD is #52F322. Grayscale: #535353. Windows color (decimal): -5436195 or 14486701. OLE color: 14486701.
HSL color Cylindrical-coordinate representation of color #AD0CDD: hue angle of 286.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CDD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 12 | 221 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.13 |
| HSL | 286.22º | 0.9% | 0.46% | - |
| HSV(B) | 286.22º | 0.95% | 0.87% | - |
| XYZ | 30.42 | 14.37 | 69.58 | - |
| YUV | 83.97 | 205.34 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 221 | 0.22 | 0.95 | 0 | 0.13 | 286.22 | 0.9 | 0.46 |
| Hex | AD | C | DD | 16 | 5F | 0 | D | 11E | 5A | 2E |
| Octal | 255 | 14 | 335 | 26 | 137 | 0 | 15 | 436 | 132 | 56 |
| Binary | 10101101 | 1100 | 11011101 | 10110 | 1011111 | 0 | 1101 | 100011110 | 1011010 | 101110 |
Color Harmonies of #AD0CDD
Complementary color
Monochromatic Colors of #AD0CDD
Black with #AD0CDD
Text Example
Text Example
White with #AD0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CDD; }
p { color: rgb(173,12,221); }
H1.HeaderClassName
{
color: #AD0CDD;
}
.AnyTagClassName
{
color: #AD0CDD;
}
</style>
background-color css
<style>
a { background-color: #AD0CDD; }
a { background-color: rgb(173,12,221); }
div.DivClassName
{
background-color: #AD0CDD;
}
.BgClassName
{
background-color: #AD0CDD;
}
</style>
border-color css
<style>
span { border-color: #AD0CDD; }
span { border-color: rgb(173,12,221); }
td.TdClassName
{
border-color: #AD0CDD;
}
.TagClassName
{
border-color: #AD0CDD;
}
</style>