Shades of Blue Violet #A019FA
Tints of Blue Violet #A019FA
RGB
CMYK
RGB Variations
Color information
#A019FA (or 0xA019FA) is known color: Blue Violet. HEX triplet: A0, 19 and FA. RGB value is (160,25,250). Sum of RGB (Red+Green+Blue) = 160+25+250=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #A019FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019FA is #5FE605. Grayscale: #5A5A5A. Windows color (decimal): -6284806 or 16390560. OLE color: 16390560.
HSL color Cylindrical-coordinate representation of color #A019FA: hue angle of 276º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A019FA is Cyan = 0.36, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 25 | 250 | - |
| CMYK | 0.36 | 0.9 | 0 | 0.02 |
| HSL | 276º | 0.96% | 0.54% | - |
| HSV(B) | 276º | 0.9% | 0.98% | - |
| XYZ | 32.1 | 15.07 | 91.66 | - |
| YUV | 91.02 | 217.73 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 250 | 0.36 | 0.9 | 0 | 0.02 | 276 | 0.96 | 0.54 |
| Hex | A0 | 19 | FA | 24 | 5A | 0 | 2 | 114 | 60 | 36 |
| Octal | 240 | 31 | 372 | 44 | 132 | 0 | 2 | 424 | 140 | 66 |
| Binary | 10100000 | 11001 | 11111010 | 100100 | 1011010 | 0 | 10 | 100010100 | 1100000 | 110110 |
Color Harmonies of #A019FA
Complementary color
Monochromatic Colors of #A019FA
Black with #A019FA
Text Example
Text Example
White with #A019FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019FA; }
p { color: rgb(160,25,250); }
H1.HeaderClassName
{
color: #A019FA;
}
.AnyTagClassName
{
color: #A019FA;
}
</style>
background-color css
<style>
a { background-color: #A019FA; }
a { background-color: rgb(160,25,250); }
div.DivClassName
{
background-color: #A019FA;
}
.BgClassName
{
background-color: #A019FA;
}
</style>
border-color css
<style>
span { border-color: #A019FA; }
span { border-color: rgb(160,25,250); }
td.TdClassName
{
border-color: #A019FA;
}
.TagClassName
{
border-color: #A019FA;
}
</style>