Shades of Dark Violet #A211DD
Tints of Dark Violet #A211DD
RGB
CMYK
RGB Variations
Color information
#A211DD (or 0xA211DD) is known color: Dark Violet. HEX triplet: A2, 11 and DD. RGB value is (162,17,221). Sum of RGB (Red+Green+Blue) = 162+17+221=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #A211DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211DD is #5DEE22. Grayscale: #525252. Windows color (decimal): -6155811 or 14487970. OLE color: 14487970.
HSL color Cylindrical-coordinate representation of color #A211DD: hue angle of 282.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A211DD is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 17 | 221 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.13 |
| HSL | 282.65º | 0.86% | 0.47% | - |
| HSV(B) | 282.65º | 0.92% | 0.87% | - |
| XYZ | 28.15 | 13.3 | 69.49 | - |
| YUV | 83.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 221 | 0.27 | 0.92 | 0 | 0.13 | 282.65 | 0.86 | 0.47 |
| Hex | A2 | 11 | DD | 1B | 5C | 0 | D | 11B | 56 | 2F |
| Octal | 242 | 21 | 335 | 33 | 134 | 0 | 15 | 433 | 126 | 57 |
| Binary | 10100010 | 10001 | 11011101 | 11011 | 1011100 | 0 | 1101 | 100011011 | 1010110 | 101111 |
Color Harmonies of #A211DD
Complementary color
Monochromatic Colors of #A211DD
Black with #A211DD
Text Example
Text Example
White with #A211DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211DD; }
p { color: rgb(162,17,221); }
H1.HeaderClassName
{
color: #A211DD;
}
.AnyTagClassName
{
color: #A211DD;
}
</style>
background-color css
<style>
a { background-color: #A211DD; }
a { background-color: rgb(162,17,221); }
div.DivClassName
{
background-color: #A211DD;
}
.BgClassName
{
background-color: #A211DD;
}
</style>
border-color css
<style>
span { border-color: #A211DD; }
span { border-color: rgb(162,17,221); }
td.TdClassName
{
border-color: #A211DD;
}
.TagClassName
{
border-color: #A211DD;
}
</style>