Shades of Dark Violet #AD0DCC
Tints of Dark Violet #AD0DCC
RGB
CMYK
RGB Variations
Color information
#AD0DCC (or 0xAD0DCC) is known color: Dark Violet. HEX triplet: AD, 0D and CC. RGB value is (173,13,204). Sum of RGB (Red+Green+Blue) = 173+13+204=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD0DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DCC is #52F233. Grayscale: #525252. Windows color (decimal): -5435956 or 13372845. OLE color: 13372845.
HSL color Cylindrical-coordinate representation of color #AD0DCC: hue angle of 290.26º 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 #AD0DCC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 13 | 204 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.2 |
| HSL | 290.26º | 0.88% | 0.43% | - |
| HSV(B) | 290.26º | 0.94% | 0.8% | - |
| XYZ | 28.28 | 13.53 | 58.25 | - |
| YUV | 82.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 204 | 0.15 | 0.94 | 0 | 0.2 | 290.26 | 0.88 | 0.43 |
| Hex | AD | D | CC | F | 5E | 0 | 14 | 122 | 58 | 2B |
| Octal | 255 | 15 | 314 | 17 | 136 | 0 | 24 | 442 | 130 | 53 |
| Binary | 10101101 | 1101 | 11001100 | 1111 | 1011110 | 0 | 10100 | 100100010 | 1011000 | 101011 |
Color Harmonies of #AD0DCC
Complementary color
Monochromatic Colors of #AD0DCC
Black with #AD0DCC
Text Example
Text Example
White with #AD0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DCC; }
p { color: rgb(173,13,204); }
H1.HeaderClassName
{
color: #AD0DCC;
}
.AnyTagClassName
{
color: #AD0DCC;
}
</style>
background-color css
<style>
a { background-color: #AD0DCC; }
a { background-color: rgb(173,13,204); }
div.DivClassName
{
background-color: #AD0DCC;
}
.BgClassName
{
background-color: #AD0DCC;
}
</style>
border-color css
<style>
span { border-color: #AD0DCC; }
span { border-color: rgb(173,13,204); }
td.TdClassName
{
border-color: #AD0DCC;
}
.TagClassName
{
border-color: #AD0DCC;
}
</style>