Shades of Dark Violet #AD0AD0
Tints of Dark Violet #AD0AD0
RGB
CMYK
RGB Variations
Color information
#AD0AD0 (or 0xAD0AD0) is known color: Dark Violet. HEX triplet: AD, 0A and D0. RGB value is (173,10,208). Sum of RGB (Red+Green+Blue) = 173+10+208=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD0AD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AD0 is #52F52F. Grayscale: #505050. Windows color (decimal): -5436720 or 13634221. OLE color: 13634221.
HSL color Cylindrical-coordinate representation of color #AD0AD0: hue angle of 289.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0AD0 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 10 | 208 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.18 |
| HSL | 289.39º | 0.91% | 0.43% | - |
| HSV(B) | 289.39º | 0.95% | 0.82% | - |
| XYZ | 28.73 | 13.66 | 60.8 | - |
| YUV | 81.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 208 | 0.17 | 0.95 | 0 | 0.18 | 289.39 | 0.91 | 0.43 |
| Hex | AD | A | D0 | 11 | 5F | 0 | 12 | 121 | 5B | 2B |
| Octal | 255 | 12 | 320 | 21 | 137 | 0 | 22 | 441 | 133 | 53 |
| Binary | 10101101 | 1010 | 11010000 | 10001 | 1011111 | 0 | 10010 | 100100001 | 1011011 | 101011 |
Color Harmonies of #AD0AD0
Complementary color
Monochromatic Colors of #AD0AD0
Black with #AD0AD0
Text Example
Text Example
White with #AD0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AD0; }
p { color: rgb(173,10,208); }
H1.HeaderClassName
{
color: #AD0AD0;
}
.AnyTagClassName
{
color: #AD0AD0;
}
</style>
background-color css
<style>
a { background-color: #AD0AD0; }
a { background-color: rgb(173,10,208); }
div.DivClassName
{
background-color: #AD0AD0;
}
.BgClassName
{
background-color: #AD0AD0;
}
</style>
border-color css
<style>
span { border-color: #AD0AD0; }
span { border-color: rgb(173,10,208); }
td.TdClassName
{
border-color: #AD0AD0;
}
.TagClassName
{
border-color: #AD0AD0;
}
</style>