Shades of Dark Violet #A211E3
Tints of Dark Violet #A211E3
RGB
CMYK
RGB Variations
Color information
#A211E3 (or 0xA211E3) is known color: Dark Violet. HEX triplet: A2, 11 and E3. RGB value is (162,17,227). Sum of RGB (Red+Green+Blue) = 162+17+227=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #A211E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211E3 is #5DEE1C. Grayscale: #535353. Windows color (decimal): -6155805 or 14881186. OLE color: 14881186.
HSL color Cylindrical-coordinate representation of color #A211E3: hue angle of 281.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A211E3 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 17 | 227 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.11 |
| HSL | 281.43º | 0.86% | 0.48% | - |
| HSV(B) | 281.43º | 0.93% | 0.89% | - |
| XYZ | 28.97 | 13.63 | 73.78 | - |
| YUV | 84.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 227 | 0.29 | 0.93 | 0 | 0.11 | 281.43 | 0.86 | 0.48 |
| Hex | A2 | 11 | E3 | 1D | 5D | 0 | B | 119 | 56 | 30 |
| Octal | 242 | 21 | 343 | 35 | 135 | 0 | 13 | 431 | 126 | 60 |
| Binary | 10100010 | 10001 | 11100011 | 11101 | 1011101 | 0 | 1011 | 100011001 | 1010110 | 110000 |
Color Harmonies of #A211E3
Complementary color
Monochromatic Colors of #A211E3
Black with #A211E3
Text Example
Text Example
White with #A211E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211E3; }
p { color: rgb(162,17,227); }
H1.HeaderClassName
{
color: #A211E3;
}
.AnyTagClassName
{
color: #A211E3;
}
</style>
background-color css
<style>
a { background-color: #A211E3; }
a { background-color: rgb(162,17,227); }
div.DivClassName
{
background-color: #A211E3;
}
.BgClassName
{
background-color: #A211E3;
}
</style>
border-color css
<style>
span { border-color: #A211E3; }
span { border-color: rgb(162,17,227); }
td.TdClassName
{
border-color: #A211E3;
}
.TagClassName
{
border-color: #A211E3;
}
</style>