Shades of Dark Violet #AD0DC7
Tints of Dark Violet #AD0DC7
RGB
CMYK
RGB Variations
Color information
#AD0DC7 (or 0xAD0DC7) is known color: Dark Violet. HEX triplet: AD, 0D and C7. RGB value is (173,13,199). Sum of RGB (Red+Green+Blue) = 173+13+199=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD0DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DC7 is #52F238. Grayscale: #515151. Windows color (decimal): -5435961 or 13045165. OLE color: 13045165.
HSL color Cylindrical-coordinate representation of color #AD0DC7: hue angle of 291.61º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DC7 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 13 | 199 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.22 |
| HSL | 291.61º | 0.88% | 0.42% | - |
| HSV(B) | 291.61º | 0.93% | 0.78% | - |
| XYZ | 27.69 | 13.3 | 55.14 | - |
| YUV | 82.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 199 | 0.13 | 0.93 | 0 | 0.22 | 291.61 | 0.88 | 0.42 |
| Hex | AD | D | C7 | D | 5D | 0 | 16 | 124 | 58 | 2A |
| Octal | 255 | 15 | 307 | 15 | 135 | 0 | 26 | 444 | 130 | 52 |
| Binary | 10101101 | 1101 | 11000111 | 1101 | 1011101 | 0 | 10110 | 100100100 | 1011000 | 101010 |
Color Harmonies of #AD0DC7
Complementary color
Monochromatic Colors of #AD0DC7
Black with #AD0DC7
Text Example
Text Example
White with #AD0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DC7; }
p { color: rgb(173,13,199); }
H1.HeaderClassName
{
color: #AD0DC7;
}
.AnyTagClassName
{
color: #AD0DC7;
}
</style>
background-color css
<style>
a { background-color: #AD0DC7; }
a { background-color: rgb(173,13,199); }
div.DivClassName
{
background-color: #AD0DC7;
}
.BgClassName
{
background-color: #AD0DC7;
}
</style>
border-color css
<style>
span { border-color: #AD0DC7; }
span { border-color: rgb(173,13,199); }
td.TdClassName
{
border-color: #AD0DC7;
}
.TagClassName
{
border-color: #AD0DC7;
}
</style>