Shades of Blue Violet #A120EC
Tints of Blue Violet #A120EC
RGB
CMYK
RGB Variations
Color information
#A120EC (or 0xA120EC) is known color: Blue Violet. HEX triplet: A1, 20 and EC. RGB value is (161,32,236). Sum of RGB (Red+Green+Blue) = 161+32+236=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #A120EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A120EC is #5EDF13. Grayscale: #5D5D5D. Windows color (decimal): -6217492 or 15474849. OLE color: 15474849.
HSL color Cylindrical-coordinate representation of color #A120EC: hue angle of 277.94º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A120EC is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 32 | 236 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.07 |
| HSL | 277.94º | 0.84% | 0.53% | - |
| HSV(B) | 277.94º | 0.86% | 0.93% | - |
| XYZ | 30.35 | 14.67 | 80.59 | - |
| YUV | 93.83 | 208.24 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 236 | 0.32 | 0.86 | 0 | 0.07 | 277.94 | 0.84 | 0.53 |
| Hex | A1 | 20 | EC | 20 | 56 | 0 | 7 | 116 | 54 | 35 |
| Octal | 241 | 40 | 354 | 40 | 126 | 0 | 7 | 426 | 124 | 65 |
| Binary | 10100001 | 100000 | 11101100 | 100000 | 1010110 | 0 | 111 | 100010110 | 1010100 | 110101 |
Color Harmonies of #A120EC
Complementary color
Monochromatic Colors of #A120EC
Black with #A120EC
Text Example
Text Example
White with #A120EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120EC; }
p { color: rgb(161,32,236); }
H1.HeaderClassName
{
color: #A120EC;
}
.AnyTagClassName
{
color: #A120EC;
}
</style>
background-color css
<style>
a { background-color: #A120EC; }
a { background-color: rgb(161,32,236); }
div.DivClassName
{
background-color: #A120EC;
}
.BgClassName
{
background-color: #A120EC;
}
</style>
border-color css
<style>
span { border-color: #A120EC; }
span { border-color: rgb(161,32,236); }
td.TdClassName
{
border-color: #A120EC;
}
.TagClassName
{
border-color: #A120EC;
}
</style>