Shades of Dark Violet #AD0ACD
Tints of Dark Violet #AD0ACD
RGB
CMYK
RGB Variations
Color information
#AD0ACD (or 0xAD0ACD) is known color: Dark Violet. HEX triplet: AD, 0A and CD. RGB value is (173,10,205). Sum of RGB (Red+Green+Blue) = 173+10+205=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD0ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ACD is #52F532. Grayscale: #505050. Windows color (decimal): -5436723 or 13437613. OLE color: 13437613.
HSL color Cylindrical-coordinate representation of color #AD0ACD: hue angle of 290.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0ACD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 10 | 205 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.20 |
| HSL | 290.15º | 0.91% | 0.42% | - |
| HSV(B) | 290.15º | 0.95% | 0.8% | - |
| XYZ | 28.36 | 13.51 | 58.87 | - |
| YUV | 80.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 205 | 0.16 | 0.95 | 0 | 0.20 | 290.15 | 0.91 | 0.42 |
| Hex | AD | A | CD | 10 | 5F | 0 | 14 | 122 | 5B | 2A |
| Octal | 255 | 12 | 315 | 20 | 137 | 0 | 24 | 442 | 133 | 52 |
| Binary | 10101101 | 1010 | 11001101 | 10000 | 1011111 | 0 | 10100 | 100100010 | 1011011 | 101010 |
Color Harmonies of #AD0ACD
Complementary color
Monochromatic Colors of #AD0ACD
Black with #AD0ACD
Text Example
Text Example
White with #AD0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0ACD; }
p { color: rgb(173,10,205); }
H1.HeaderClassName
{
color: #AD0ACD;
}
.AnyTagClassName
{
color: #AD0ACD;
}
</style>
background-color css
<style>
a { background-color: #AD0ACD; }
a { background-color: rgb(173,10,205); }
div.DivClassName
{
background-color: #AD0ACD;
}
.BgClassName
{
background-color: #AD0ACD;
}
</style>
border-color css
<style>
span { border-color: #AD0ACD; }
span { border-color: rgb(173,10,205); }
td.TdClassName
{
border-color: #AD0ACD;
}
.TagClassName
{
border-color: #AD0ACD;
}
</style>