Shades of Blue Violet #A119FC
Tints of Blue Violet #A119FC
RGB
CMYK
RGB Variations
Color information
#A119FC (or 0xA119FC) is known color: Blue Violet. HEX triplet: A1, 19 and FC. RGB value is (161,25,252). Sum of RGB (Red+Green+Blue) = 161+25+252=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #A119FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119FC is #5EE603. Grayscale: #5A5A5A. Windows color (decimal): -6219268 or 16521633. OLE color: 16521633.
HSL color Cylindrical-coordinate representation of color #A119FC: hue angle of 275.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A119FC is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 25 | 252 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.01 |
| HSL | 275.95º | 0.97% | 0.54% | - |
| HSV(B) | 275.95º | 0.9% | 0.99% | - |
| XYZ | 32.62 | 15.3 | 93.33 | - |
| YUV | 91.54 | 218.56 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 252 | 0.36 | 0.90 | 0 | 0.01 | 275.95 | 0.97 | 0.54 |
| Hex | A1 | 19 | FC | 24 | 5A | 0 | 1 | 114 | 61 | 36 |
| Octal | 241 | 31 | 374 | 44 | 132 | 0 | 1 | 424 | 141 | 66 |
| Binary | 10100001 | 11001 | 11111100 | 100100 | 1011010 | 0 | 1 | 100010100 | 1100001 | 110110 |
Color Harmonies of #A119FC
Complementary color
Monochromatic Colors of #A119FC
Black with #A119FC
Text Example
Text Example
White with #A119FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119FC; }
p { color: rgb(161,25,252); }
H1.HeaderClassName
{
color: #A119FC;
}
.AnyTagClassName
{
color: #A119FC;
}
</style>
background-color css
<style>
a { background-color: #A119FC; }
a { background-color: rgb(161,25,252); }
div.DivClassName
{
background-color: #A119FC;
}
.BgClassName
{
background-color: #A119FC;
}
</style>
border-color css
<style>
span { border-color: #A119FC; }
span { border-color: rgb(161,25,252); }
td.TdClassName
{
border-color: #A119FC;
}
.TagClassName
{
border-color: #A119FC;
}
</style>