Shades of Dark Violet #A211E6
Tints of Dark Violet #A211E6
RGB
CMYK
RGB Variations
Color information
#A211E6 (or 0xA211E6) is known color: Dark Violet. HEX triplet: A2, 11 and E6. RGB value is (162,17,230). Sum of RGB (Red+Green+Blue) = 162+17+230=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #A211E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211E6 is #5DEE19. Grayscale: #535353. Windows color (decimal): -6155802 or 15077794. OLE color: 15077794.
HSL color Cylindrical-coordinate representation of color #A211E6: hue angle of 280.85º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A211E6 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 17 | 230 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.10 |
| HSL | 280.85º | 0.86% | 0.48% | - |
| HSV(B) | 280.85º | 0.93% | 0.9% | - |
| XYZ | 29.38 | 13.8 | 75.98 | - |
| YUV | 84.64 | 210.04 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 230 | 0.30 | 0.93 | 0 | 0.10 | 280.85 | 0.86 | 0.48 |
| Hex | A2 | 11 | E6 | 1E | 5D | 0 | A | 119 | 56 | 30 |
| Octal | 242 | 21 | 346 | 36 | 135 | 0 | 12 | 431 | 126 | 60 |
| Binary | 10100010 | 10001 | 11100110 | 11110 | 1011101 | 0 | 1010 | 100011001 | 1010110 | 110000 |
Color Harmonies of #A211E6
Complementary color
Monochromatic Colors of #A211E6
Black with #A211E6
Text Example
Text Example
White with #A211E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211E6; }
p { color: rgb(162,17,230); }
H1.HeaderClassName
{
color: #A211E6;
}
.AnyTagClassName
{
color: #A211E6;
}
</style>
background-color css
<style>
a { background-color: #A211E6; }
a { background-color: rgb(162,17,230); }
div.DivClassName
{
background-color: #A211E6;
}
.BgClassName
{
background-color: #A211E6;
}
</style>
border-color css
<style>
span { border-color: #A211E6; }
span { border-color: rgb(162,17,230); }
td.TdClassName
{
border-color: #A211E6;
}
.TagClassName
{
border-color: #A211E6;
}
</style>