Shades of Dark Violet #A111D8
Tints of Dark Violet #A111D8
RGB
CMYK
RGB Variations
Color information
#A111D8 (or 0xA111D8) is known color: Dark Violet. HEX triplet: A1, 11 and D8. RGB value is (161,17,216). Sum of RGB (Red+Green+Blue) = 161+17+216=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #A111D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111D8 is #5EEE27. Grayscale: #525252. Windows color (decimal): -6221352 or 14160289. OLE color: 14160289.
HSL color Cylindrical-coordinate representation of color #A111D8: hue angle of 283.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A111D8 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 17 | 216 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.15 |
| HSL | 283.42º | 0.85% | 0.46% | - |
| HSV(B) | 283.42º | 0.92% | 0.85% | - |
| XYZ | 27.29 | 12.94 | 66.02 | - |
| YUV | 82.74 | 203.21 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 216 | 0.25 | 0.92 | 0 | 0.15 | 283.42 | 0.85 | 0.46 |
| Hex | A1 | 11 | D8 | 19 | 5C | 0 | F | 11B | 55 | 2E |
| Octal | 241 | 21 | 330 | 31 | 134 | 0 | 17 | 433 | 125 | 56 |
| Binary | 10100001 | 10001 | 11011000 | 11001 | 1011100 | 0 | 1111 | 100011011 | 1010101 | 101110 |
Color Harmonies of #A111D8
Complementary color
Monochromatic Colors of #A111D8
Black with #A111D8
Text Example
Text Example
White with #A111D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111D8; }
p { color: rgb(161,17,216); }
H1.HeaderClassName
{
color: #A111D8;
}
.AnyTagClassName
{
color: #A111D8;
}
</style>
background-color css
<style>
a { background-color: #A111D8; }
a { background-color: rgb(161,17,216); }
div.DivClassName
{
background-color: #A111D8;
}
.BgClassName
{
background-color: #A111D8;
}
</style>
border-color css
<style>
span { border-color: #A111D8; }
span { border-color: rgb(161,17,216); }
td.TdClassName
{
border-color: #A111D8;
}
.TagClassName
{
border-color: #A111D8;
}
</style>