Shades of Dark Violet #A111E0
Tints of Dark Violet #A111E0
RGB
CMYK
RGB Variations
Color information
#A111E0 (or 0xA111E0) is known color: Dark Violet. HEX triplet: A1, 11 and E0. RGB value is (161,17,224). Sum of RGB (Red+Green+Blue) = 161+17+224=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #A111E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111E0 is #5EEE1F. Grayscale: #525252. Windows color (decimal): -6221344 or 14684577. OLE color: 14684577.
HSL color Cylindrical-coordinate representation of color #A111E0: hue angle of 281.74º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A111E0 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 17 | 224 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.12 |
| HSL | 281.74º | 0.86% | 0.47% | - |
| HSV(B) | 281.74º | 0.92% | 0.88% | - |
| XYZ | 28.35 | 13.36 | 71.61 | - |
| YUV | 83.65 | 207.21 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 224 | 0.28 | 0.92 | 0 | 0.12 | 281.74 | 0.86 | 0.47 |
| Hex | A1 | 11 | E0 | 1C | 5C | 0 | C | 11A | 56 | 2F |
| Octal | 241 | 21 | 340 | 34 | 134 | 0 | 14 | 432 | 126 | 57 |
| Binary | 10100001 | 10001 | 11100000 | 11100 | 1011100 | 0 | 1100 | 100011010 | 1010110 | 101111 |
Color Harmonies of #A111E0
Complementary color
Monochromatic Colors of #A111E0
Black with #A111E0
Text Example
Text Example
White with #A111E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111E0; }
p { color: rgb(161,17,224); }
H1.HeaderClassName
{
color: #A111E0;
}
.AnyTagClassName
{
color: #A111E0;
}
</style>
background-color css
<style>
a { background-color: #A111E0; }
a { background-color: rgb(161,17,224); }
div.DivClassName
{
background-color: #A111E0;
}
.BgClassName
{
background-color: #A111E0;
}
</style>
border-color css
<style>
span { border-color: #A111E0; }
span { border-color: rgb(161,17,224); }
td.TdClassName
{
border-color: #A111E0;
}
.TagClassName
{
border-color: #A111E0;
}
</style>