Shades of Dark Violet #AD11C5
Tints of Dark Violet #AD11C5
RGB
CMYK
RGB Variations
Color information
#AD11C5 (or 0xAD11C5) is known color: Dark Violet. HEX triplet: AD, 11 and C5. RGB value is (173,17,197). Sum of RGB (Red+Green+Blue) = 173+17+197=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD11C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11C5 is #52EE3A. Grayscale: #535353. Windows color (decimal): -5434939 or 12915117. OLE color: 12915117.
HSL color Cylindrical-coordinate representation of color #AD11C5: hue angle of 292º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11C5 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 17 | 197 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.23 |
| HSL | 292º | 0.84% | 0.42% | - |
| HSV(B) | 292º | 0.91% | 0.77% | - |
| XYZ | 27.51 | 13.32 | 53.94 | - |
| YUV | 84.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 197 | 0.12 | 0.91 | 0 | 0.23 | 292 | 0.84 | 0.42 |
| Hex | AD | 11 | C5 | C | 5B | 0 | 17 | 124 | 54 | 2A |
| Octal | 255 | 21 | 305 | 14 | 133 | 0 | 27 | 444 | 124 | 52 |
| Binary | 10101101 | 10001 | 11000101 | 1100 | 1011011 | 0 | 10111 | 100100100 | 1010100 | 101010 |
Color Harmonies of #AD11C5
Complementary color
Monochromatic Colors of #AD11C5
Black with #AD11C5
Text Example
Text Example
White with #AD11C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11C5; }
p { color: rgb(173,17,197); }
H1.HeaderClassName
{
color: #AD11C5;
}
.AnyTagClassName
{
color: #AD11C5;
}
</style>
background-color css
<style>
a { background-color: #AD11C5; }
a { background-color: rgb(173,17,197); }
div.DivClassName
{
background-color: #AD11C5;
}
.BgClassName
{
background-color: #AD11C5;
}
</style>
border-color css
<style>
span { border-color: #AD11C5; }
span { border-color: rgb(173,17,197); }
td.TdClassName
{
border-color: #AD11C5;
}
.TagClassName
{
border-color: #AD11C5;
}
</style>