Shades of Blue Violet #A219F0
Tints of Blue Violet #A219F0
RGB
CMYK
RGB Variations
Color information
#A219F0 (or 0xA219F0) is known color: Blue Violet. HEX triplet: A2, 19 and F0. RGB value is (162,25,240). Sum of RGB (Red+Green+Blue) = 162+25+240=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #A219F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A219F0 is #5DE60F. Grayscale: #595959. Windows color (decimal): -6153744 or 15735202. OLE color: 15735202.
HSL color Cylindrical-coordinate representation of color #A219F0: hue angle of 278.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A219F0 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 25 | 240 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.06 |
| HSL | 278.23º | 0.88% | 0.52% | - |
| HSV(B) | 278.23º | 0.9% | 0.94% | - |
| XYZ | 30.98 | 14.67 | 83.64 | - |
| YUV | 90.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 240 | 0.32 | 0.90 | 0 | 0.06 | 278.23 | 0.88 | 0.52 |
| Hex | A2 | 19 | F0 | 20 | 5A | 0 | 6 | 116 | 58 | 34 |
| Octal | 242 | 31 | 360 | 40 | 132 | 0 | 6 | 426 | 130 | 64 |
| Binary | 10100010 | 11001 | 11110000 | 100000 | 1011010 | 0 | 110 | 100010110 | 1011000 | 110100 |
Color Harmonies of #A219F0
Complementary color
Monochromatic Colors of #A219F0
Black with #A219F0
Text Example
Text Example
White with #A219F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219F0; }
p { color: rgb(162,25,240); }
H1.HeaderClassName
{
color: #A219F0;
}
.AnyTagClassName
{
color: #A219F0;
}
</style>
background-color css
<style>
a { background-color: #A219F0; }
a { background-color: rgb(162,25,240); }
div.DivClassName
{
background-color: #A219F0;
}
.BgClassName
{
background-color: #A219F0;
}
</style>
border-color css
<style>
span { border-color: #A219F0; }
span { border-color: rgb(162,25,240); }
td.TdClassName
{
border-color: #A219F0;
}
.TagClassName
{
border-color: #A219F0;
}
</style>