Shades of Dark Violet #A211DA
Tints of Dark Violet #A211DA
RGB
CMYK
RGB Variations
Color information
#A211DA (or 0xA211DA) is known color: Dark Violet. HEX triplet: A2, 11 and DA. RGB value is (162,17,218). Sum of RGB (Red+Green+Blue) = 162+17+218=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #A211DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211DA is #5DEE25. Grayscale: #525252. Windows color (decimal): -6155814 or 14291362. OLE color: 14291362.
HSL color Cylindrical-coordinate representation of color #A211DA: hue angle of 283.28º degrees, saturation: 0.86, 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 #A211DA is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 17 | 218 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.15 |
| HSL | 283.28º | 0.86% | 0.46% | - |
| HSV(B) | 283.28º | 0.92% | 0.85% | - |
| XYZ | 27.76 | 13.14 | 67.4 | - |
| YUV | 83.27 | 204.04 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 218 | 0.26 | 0.92 | 0 | 0.15 | 283.28 | 0.86 | 0.46 |
| Hex | A2 | 11 | DA | 1A | 5C | 0 | F | 11B | 56 | 2E |
| Octal | 242 | 21 | 332 | 32 | 134 | 0 | 17 | 433 | 126 | 56 |
| Binary | 10100010 | 10001 | 11011010 | 11010 | 1011100 | 0 | 1111 | 100011011 | 1010110 | 101110 |
Color Harmonies of #A211DA
Complementary color
Monochromatic Colors of #A211DA
Black with #A211DA
Text Example
Text Example
White with #A211DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211DA; }
p { color: rgb(162,17,218); }
H1.HeaderClassName
{
color: #A211DA;
}
.AnyTagClassName
{
color: #A211DA;
}
</style>
background-color css
<style>
a { background-color: #A211DA; }
a { background-color: rgb(162,17,218); }
div.DivClassName
{
background-color: #A211DA;
}
.BgClassName
{
background-color: #A211DA;
}
</style>
border-color css
<style>
span { border-color: #A211DA; }
span { border-color: rgb(162,17,218); }
td.TdClassName
{
border-color: #A211DA;
}
.TagClassName
{
border-color: #A211DA;
}
</style>