Shades of Blue Violet #A019F0
Tints of Blue Violet #A019F0
RGB
CMYK
RGB Variations
Color information
#A019F0 (or 0xA019F0) is known color: Blue Violet. HEX triplet: A0, 19 and F0. RGB value is (160,25,240). Sum of RGB (Red+Green+Blue) = 160+25+240=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #A019F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019F0 is #5FE60F. Grayscale: #595959. Windows color (decimal): -6284816 or 15735200. OLE color: 15735200.
HSL color Cylindrical-coordinate representation of color #A019F0: hue angle of 277.67º 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 #A019F0 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 25 | 240 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.06 |
| HSL | 277.67º | 0.88% | 0.52% | - |
| HSV(B) | 277.67º | 0.9% | 0.94% | - |
| XYZ | 30.57 | 14.46 | 83.62 | - |
| YUV | 89.88 | 212.73 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 240 | 0.33 | 0.90 | 0 | 0.06 | 277.67 | 0.88 | 0.52 |
| Hex | A0 | 19 | F0 | 21 | 5A | 0 | 6 | 116 | 58 | 34 |
| Octal | 240 | 31 | 360 | 41 | 132 | 0 | 6 | 426 | 130 | 64 |
| Binary | 10100000 | 11001 | 11110000 | 100001 | 1011010 | 0 | 110 | 100010110 | 1011000 | 110100 |
Color Harmonies of #A019F0
Complementary color
Monochromatic Colors of #A019F0
Black with #A019F0
Text Example
Text Example
White with #A019F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019F0; }
p { color: rgb(160,25,240); }
H1.HeaderClassName
{
color: #A019F0;
}
.AnyTagClassName
{
color: #A019F0;
}
</style>
background-color css
<style>
a { background-color: #A019F0; }
a { background-color: rgb(160,25,240); }
div.DivClassName
{
background-color: #A019F0;
}
.BgClassName
{
background-color: #A019F0;
}
</style>
border-color css
<style>
span { border-color: #A019F0; }
span { border-color: rgb(160,25,240); }
td.TdClassName
{
border-color: #A019F0;
}
.TagClassName
{
border-color: #A019F0;
}
</style>