Shades of Dark Violet #A211BA
Tints of Dark Violet #A211BA
RGB
CMYK
RGB Variations
Color information
#A211BA (or 0xA211BA) is known color: Dark Violet. HEX triplet: A2, 11 and BA. RGB value is (162,17,186). Sum of RGB (Red+Green+Blue) = 162+17+186=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A211BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211BA is #5DEE45. Grayscale: #4F4F4F. Windows color (decimal): -6155846 or 12194210. OLE color: 12194210.
HSL color Cylindrical-coordinate representation of color #A211BA: hue angle of 291.48º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A211BA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 17 | 186 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.27 |
| HSL | 291.48º | 0.83% | 0.4% | - |
| HSV(B) | 291.48º | 0.91% | 0.73% | - |
| XYZ | 23.96 | 11.63 | 47.44 | - |
| YUV | 79.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 186 | 0.13 | 0.91 | 0 | 0.27 | 291.48 | 0.83 | 0.4 |
| Hex | A2 | 11 | BA | D | 5B | 0 | 1B | 123 | 53 | 28 |
| Octal | 242 | 21 | 272 | 15 | 133 | 0 | 33 | 443 | 123 | 50 |
| Binary | 10100010 | 10001 | 10111010 | 1101 | 1011011 | 0 | 11011 | 100100011 | 1010011 | 101000 |
Color Harmonies of #A211BA
Complementary color
Monochromatic Colors of #A211BA
Black with #A211BA
Text Example
Text Example
White with #A211BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211BA; }
p { color: rgb(162,17,186); }
H1.HeaderClassName
{
color: #A211BA;
}
.AnyTagClassName
{
color: #A211BA;
}
</style>
background-color css
<style>
a { background-color: #A211BA; }
a { background-color: rgb(162,17,186); }
div.DivClassName
{
background-color: #A211BA;
}
.BgClassName
{
background-color: #A211BA;
}
</style>
border-color css
<style>
span { border-color: #A211BA; }
span { border-color: rgb(162,17,186); }
td.TdClassName
{
border-color: #A211BA;
}
.TagClassName
{
border-color: #A211BA;
}
</style>