Shades of Dark Violet #A211BC
Tints of Dark Violet #A211BC
RGB
CMYK
RGB Variations
Color information
#A211BC (or 0xA211BC) is known color: Dark Violet. HEX triplet: A2, 11 and BC. RGB value is (162,17,188). Sum of RGB (Red+Green+Blue) = 162+17+188=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #A211BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211BC is #5DEE43. Grayscale: #4F4F4F. Windows color (decimal): -6155844 or 12325282. OLE color: 12325282.
HSL color Cylindrical-coordinate representation of color #A211BC: hue angle of 290.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A211BC is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 17 | 188 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.26 |
| HSL | 290.88º | 0.83% | 0.4% | - |
| HSV(B) | 290.88º | 0.91% | 0.74% | - |
| XYZ | 24.18 | 11.71 | 48.56 | - |
| YUV | 79.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 188 | 0.14 | 0.91 | 0 | 0.26 | 290.88 | 0.83 | 0.4 |
| Hex | A2 | 11 | BC | E | 5B | 0 | 1A | 123 | 53 | 28 |
| Octal | 242 | 21 | 274 | 16 | 133 | 0 | 32 | 443 | 123 | 50 |
| Binary | 10100010 | 10001 | 10111100 | 1110 | 1011011 | 0 | 11010 | 100100011 | 1010011 | 101000 |
Color Harmonies of #A211BC
Complementary color
Monochromatic Colors of #A211BC
Black with #A211BC
Text Example
Text Example
White with #A211BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211BC; }
p { color: rgb(162,17,188); }
H1.HeaderClassName
{
color: #A211BC;
}
.AnyTagClassName
{
color: #A211BC;
}
</style>
background-color css
<style>
a { background-color: #A211BC; }
a { background-color: rgb(162,17,188); }
div.DivClassName
{
background-color: #A211BC;
}
.BgClassName
{
background-color: #A211BC;
}
</style>
border-color css
<style>
span { border-color: #A211BC; }
span { border-color: rgb(162,17,188); }
td.TdClassName
{
border-color: #A211BC;
}
.TagClassName
{
border-color: #A211BC;
}
</style>