Shades of Blue Violet #A117EC
Tints of Blue Violet #A117EC
RGB
CMYK
RGB Variations
Color information
#A117EC (or 0xA117EC) is known color: Blue Violet. HEX triplet: A1, 17 and EC. RGB value is (161,23,236). Sum of RGB (Red+Green+Blue) = 161+23+236=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #A117EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117EC is #5EE813. Grayscale: #575757. Windows color (decimal): -6219796 or 15472545. OLE color: 15472545.
HSL color Cylindrical-coordinate representation of color #A117EC: hue angle of 278.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A117EC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 23 | 236 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.07 |
| HSL | 278.87º | 0.85% | 0.51% | - |
| HSV(B) | 278.87º | 0.9% | 0.93% | - |
| XYZ | 30.14 | 14.25 | 80.52 | - |
| YUV | 88.54 | 211.22 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 236 | 0.32 | 0.90 | 0 | 0.07 | 278.87 | 0.85 | 0.51 |
| Hex | A1 | 17 | EC | 20 | 5A | 0 | 7 | 117 | 55 | 33 |
| Octal | 241 | 27 | 354 | 40 | 132 | 0 | 7 | 427 | 125 | 63 |
| Binary | 10100001 | 10111 | 11101100 | 100000 | 1011010 | 0 | 111 | 100010111 | 1010101 | 110011 |
Color Harmonies of #A117EC
Complementary color
Monochromatic Colors of #A117EC
Black with #A117EC
Text Example
Text Example
White with #A117EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117EC; }
p { color: rgb(161,23,236); }
H1.HeaderClassName
{
color: #A117EC;
}
.AnyTagClassName
{
color: #A117EC;
}
</style>
background-color css
<style>
a { background-color: #A117EC; }
a { background-color: rgb(161,23,236); }
div.DivClassName
{
background-color: #A117EC;
}
.BgClassName
{
background-color: #A117EC;
}
</style>
border-color css
<style>
span { border-color: #A117EC; }
span { border-color: rgb(161,23,236); }
td.TdClassName
{
border-color: #A117EC;
}
.TagClassName
{
border-color: #A117EC;
}
</style>