Shades of Dark Violet #A011BA
Tints of Dark Violet #A011BA
RGB
CMYK
RGB Variations
Color information
#A011BA (or 0xA011BA) is known color: Dark Violet. HEX triplet: A0, 11 and BA. RGB value is (160,17,186). Sum of RGB (Red+Green+Blue) = 160+17+186=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A011BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011BA is #5FEE45. Grayscale: #4E4E4E. Windows color (decimal): -6286918 or 12194208. OLE color: 12194208.
HSL color Cylindrical-coordinate representation of color #A011BA: hue angle of 290.77º 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 #A011BA is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 17 | 186 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.27 |
| HSL | 290.77º | 0.83% | 0.4% | - |
| HSV(B) | 290.77º | 0.91% | 0.73% | - |
| XYZ | 23.56 | 11.42 | 47.42 | - |
| YUV | 79.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 186 | 0.14 | 0.91 | 0 | 0.27 | 290.77 | 0.83 | 0.4 |
| Hex | A0 | 11 | BA | E | 5B | 0 | 1B | 123 | 53 | 28 |
| Octal | 240 | 21 | 272 | 16 | 133 | 0 | 33 | 443 | 123 | 50 |
| Binary | 10100000 | 10001 | 10111010 | 1110 | 1011011 | 0 | 11011 | 100100011 | 1010011 | 101000 |
Color Harmonies of #A011BA
Complementary color
Monochromatic Colors of #A011BA
Black with #A011BA
Text Example
Text Example
White with #A011BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011BA; }
p { color: rgb(160,17,186); }
H1.HeaderClassName
{
color: #A011BA;
}
.AnyTagClassName
{
color: #A011BA;
}
</style>
background-color css
<style>
a { background-color: #A011BA; }
a { background-color: rgb(160,17,186); }
div.DivClassName
{
background-color: #A011BA;
}
.BgClassName
{
background-color: #A011BA;
}
</style>
border-color css
<style>
span { border-color: #A011BA; }
span { border-color: rgb(160,17,186); }
td.TdClassName
{
border-color: #A011BA;
}
.TagClassName
{
border-color: #A011BA;
}
</style>