Shades of Blue Violet #A119FE
Tints of Blue Violet #A119FE
RGB
CMYK
RGB Variations
Color information
#A119FE (or 0xA119FE) is known color: Blue Violet. HEX triplet: A1, 19 and FE. RGB value is (161,25,254). Sum of RGB (Red+Green+Blue) = 161+25+254=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #A119FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119FE is #5EE601. Grayscale: #5A5A5A. Windows color (decimal): -6219266 or 16652705. OLE color: 16652705.
HSL color Cylindrical-coordinate representation of color #A119FE: hue angle of 275.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A119FE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 25 | 254 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.00 |
| HSL | 275.63º | 0.99% | 0.55% | - |
| HSV(B) | 275.63º | 0.9% | 1% | - |
| XYZ | 32.93 | 15.43 | 95.01 | - |
| YUV | 91.77 | 219.56 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 254 | 0.37 | 0.90 | 0 | 0.00 | 275.63 | 0.99 | 0.55 |
| Hex | A1 | 19 | FE | 25 | 5A | 0 | 0 | 114 | 63 | 37 |
| Octal | 241 | 31 | 376 | 45 | 132 | 0 | 0 | 424 | 143 | 67 |
| Binary | 10100001 | 11001 | 11111110 | 100101 | 1011010 | 0 | 0 | 100010100 | 1100011 | 110111 |
Color Harmonies of #A119FE
Complementary color
Monochromatic Colors of #A119FE
Black with #A119FE
Text Example
Text Example
White with #A119FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119FE; }
p { color: rgb(161,25,254); }
H1.HeaderClassName
{
color: #A119FE;
}
.AnyTagClassName
{
color: #A119FE;
}
</style>
background-color css
<style>
a { background-color: #A119FE; }
a { background-color: rgb(161,25,254); }
div.DivClassName
{
background-color: #A119FE;
}
.BgClassName
{
background-color: #A119FE;
}
</style>
border-color css
<style>
span { border-color: #A119FE; }
span { border-color: rgb(161,25,254); }
td.TdClassName
{
border-color: #A119FE;
}
.TagClassName
{
border-color: #A119FE;
}
</style>