Shades of Dark Violet #AD11C3
Tints of Dark Violet #AD11C3
RGB
CMYK
RGB Variations
Color information
#AD11C3 (or 0xAD11C3) is known color: Dark Violet. HEX triplet: AD, 11 and C3. RGB value is (173,17,195). Sum of RGB (Red+Green+Blue) = 173+17+195=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD11C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11C3 is #52EE3C. Grayscale: #535353. Windows color (decimal): -5434941 or 12784045. OLE color: 12784045.
HSL color Cylindrical-coordinate representation of color #AD11C3: hue angle of 292.58º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11C3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 17 | 195 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.24 |
| HSL | 292.58º | 0.84% | 0.42% | - |
| HSV(B) | 292.58º | 0.91% | 0.76% | - |
| XYZ | 27.28 | 13.23 | 52.74 | - |
| YUV | 83.94 | 190.68 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 195 | 0.11 | 0.91 | 0 | 0.24 | 292.58 | 0.84 | 0.42 |
| Hex | AD | 11 | C3 | B | 5B | 0 | 18 | 125 | 54 | 2A |
| Octal | 255 | 21 | 303 | 13 | 133 | 0 | 30 | 445 | 124 | 52 |
| Binary | 10101101 | 10001 | 11000011 | 1011 | 1011011 | 0 | 11000 | 100100101 | 1010100 | 101010 |
Color Harmonies of #AD11C3
Complementary color
Monochromatic Colors of #AD11C3
Black with #AD11C3
Text Example
Text Example
White with #AD11C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11C3; }
p { color: rgb(173,17,195); }
H1.HeaderClassName
{
color: #AD11C3;
}
.AnyTagClassName
{
color: #AD11C3;
}
</style>
background-color css
<style>
a { background-color: #AD11C3; }
a { background-color: rgb(173,17,195); }
div.DivClassName
{
background-color: #AD11C3;
}
.BgClassName
{
background-color: #AD11C3;
}
</style>
border-color css
<style>
span { border-color: #AD11C3; }
span { border-color: rgb(173,17,195); }
td.TdClassName
{
border-color: #AD11C3;
}
.TagClassName
{
border-color: #AD11C3;
}
</style>