Shades of Dark Violet #AD0DCD
Tints of Dark Violet #AD0DCD
RGB
CMYK
RGB Variations
Color information
#AD0DCD (or 0xAD0DCD) is known color: Dark Violet. HEX triplet: AD, 0D and CD. RGB value is (173,13,205). Sum of RGB (Red+Green+Blue) = 173+13+205=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD0DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DCD is #52F232. Grayscale: #525252. Windows color (decimal): -5435955 or 13438381. OLE color: 13438381.
HSL color Cylindrical-coordinate representation of color #AD0DCD: hue angle of 290º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DCD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 13 | 205 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.20 |
| HSL | 290º | 0.88% | 0.43% | - |
| HSV(B) | 290º | 0.94% | 0.8% | - |
| XYZ | 28.4 | 13.58 | 58.88 | - |
| YUV | 82.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 205 | 0.16 | 0.94 | 0 | 0.20 | 290 | 0.88 | 0.43 |
| Hex | AD | D | CD | 10 | 5E | 0 | 14 | 122 | 58 | 2B |
| Octal | 255 | 15 | 315 | 20 | 136 | 0 | 24 | 442 | 130 | 53 |
| Binary | 10101101 | 1101 | 11001101 | 10000 | 1011110 | 0 | 10100 | 100100010 | 1011000 | 101011 |
Color Harmonies of #AD0DCD
Complementary color
Monochromatic Colors of #AD0DCD
Black with #AD0DCD
Text Example
Text Example
White with #AD0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DCD; }
p { color: rgb(173,13,205); }
H1.HeaderClassName
{
color: #AD0DCD;
}
.AnyTagClassName
{
color: #AD0DCD;
}
</style>
background-color css
<style>
a { background-color: #AD0DCD; }
a { background-color: rgb(173,13,205); }
div.DivClassName
{
background-color: #AD0DCD;
}
.BgClassName
{
background-color: #AD0DCD;
}
</style>
border-color css
<style>
span { border-color: #AD0DCD; }
span { border-color: rgb(173,13,205); }
td.TdClassName
{
border-color: #AD0DCD;
}
.TagClassName
{
border-color: #AD0DCD;
}
</style>