Shades of Blue Violet #A116EC
Tints of Blue Violet #A116EC
RGB
CMYK
RGB Variations
Color information
#A116EC (or 0xA116EC) is known color: Blue Violet. HEX triplet: A1, 16 and EC. RGB value is (161,22,236). Sum of RGB (Red+Green+Blue) = 161+22+236=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #A116EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A116EC is #5EE913. Grayscale: #575757. Windows color (decimal): -6220052 or 15472289. OLE color: 15472289.
HSL color Cylindrical-coordinate representation of color #A116EC: hue angle of 278.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A116EC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 22 | 236 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.07 |
| HSL | 278.97º | 0.85% | 0.51% | - |
| HSV(B) | 278.97º | 0.91% | 0.93% | - |
| XYZ | 30.13 | 14.21 | 80.51 | - |
| YUV | 87.96 | 211.55 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 236 | 0.32 | 0.91 | 0 | 0.07 | 278.97 | 0.85 | 0.51 |
| Hex | A1 | 16 | EC | 20 | 5B | 0 | 7 | 117 | 55 | 33 |
| Octal | 241 | 26 | 354 | 40 | 133 | 0 | 7 | 427 | 125 | 63 |
| Binary | 10100001 | 10110 | 11101100 | 100000 | 1011011 | 0 | 111 | 100010111 | 1010101 | 110011 |
Color Harmonies of #A116EC
Complementary color
Monochromatic Colors of #A116EC
Black with #A116EC
Text Example
Text Example
White with #A116EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116EC; }
p { color: rgb(161,22,236); }
H1.HeaderClassName
{
color: #A116EC;
}
.AnyTagClassName
{
color: #A116EC;
}
</style>
background-color css
<style>
a { background-color: #A116EC; }
a { background-color: rgb(161,22,236); }
div.DivClassName
{
background-color: #A116EC;
}
.BgClassName
{
background-color: #A116EC;
}
</style>
border-color css
<style>
span { border-color: #A116EC; }
span { border-color: rgb(161,22,236); }
td.TdClassName
{
border-color: #A116EC;
}
.TagClassName
{
border-color: #A116EC;
}
</style>