Shades of Blue Violet #A119EC
Tints of Blue Violet #A119EC
RGB
CMYK
RGB Variations
Color information
#A119EC (or 0xA119EC) is known color: Blue Violet. HEX triplet: A1, 19 and EC. RGB value is (161,25,236). Sum of RGB (Red+Green+Blue) = 161+25+236=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #A119EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119EC is #5EE613. Grayscale: #595959. Windows color (decimal): -6219284 or 15473057. OLE color: 15473057.
HSL color Cylindrical-coordinate representation of color #A119EC: hue angle of 278.67º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A119EC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 25 | 236 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.67º | 0.85% | 0.51% | - |
| HSV(B) | 278.67º | 0.89% | 0.93% | - |
| XYZ | 30.19 | 14.33 | 80.53 | - |
| YUV | 89.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 236 | 0.32 | 0.89 | 0 | 0.07 | 278.67 | 0.85 | 0.51 |
| Hex | A1 | 19 | EC | 20 | 59 | 0 | 7 | 117 | 55 | 33 |
| Octal | 241 | 31 | 354 | 40 | 131 | 0 | 7 | 427 | 125 | 63 |
| Binary | 10100001 | 11001 | 11101100 | 100000 | 1011001 | 0 | 111 | 100010111 | 1010101 | 110011 |
Color Harmonies of #A119EC
Complementary color
Monochromatic Colors of #A119EC
Black with #A119EC
Text Example
Text Example
White with #A119EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119EC; }
p { color: rgb(161,25,236); }
H1.HeaderClassName
{
color: #A119EC;
}
.AnyTagClassName
{
color: #A119EC;
}
</style>
background-color css
<style>
a { background-color: #A119EC; }
a { background-color: rgb(161,25,236); }
div.DivClassName
{
background-color: #A119EC;
}
.BgClassName
{
background-color: #A119EC;
}
</style>
border-color css
<style>
span { border-color: #A119EC; }
span { border-color: rgb(161,25,236); }
td.TdClassName
{
border-color: #A119EC;
}
.TagClassName
{
border-color: #A119EC;
}
</style>