Shades of Blue Violet #A019E6
Tints of Blue Violet #A019E6
RGB
CMYK
RGB Variations
Color information
#A019E6 (or 0xA019E6) is known color: Blue Violet. HEX triplet: A0, 19 and E6. RGB value is (160,25,230). Sum of RGB (Red+Green+Blue) = 160+25+230=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #A019E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019E6 is #5FE619. Grayscale: #585858. Windows color (decimal): -6284826 or 15079840. OLE color: 15079840.
HSL color Cylindrical-coordinate representation of color #A019E6: hue angle of 279.51º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019E6 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 25 | 230 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.10 |
| HSL | 279.51º | 0.8% | 0.5% | - |
| HSV(B) | 279.51º | 0.89% | 0.9% | - |
| XYZ | 29.13 | 13.88 | 76.01 | - |
| YUV | 88.74 | 207.73 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 230 | 0.30 | 0.89 | 0 | 0.10 | 279.51 | 0.8 | 0.5 |
| Hex | A0 | 19 | E6 | 1E | 59 | 0 | A | 118 | 50 | 32 |
| Octal | 240 | 31 | 346 | 36 | 131 | 0 | 12 | 430 | 120 | 62 |
| Binary | 10100000 | 11001 | 11100110 | 11110 | 1011001 | 0 | 1010 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A019E6
Complementary color
Monochromatic Colors of #A019E6
Black with #A019E6
Text Example
Text Example
White with #A019E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019E6; }
p { color: rgb(160,25,230); }
H1.HeaderClassName
{
color: #A019E6;
}
.AnyTagClassName
{
color: #A019E6;
}
</style>
background-color css
<style>
a { background-color: #A019E6; }
a { background-color: rgb(160,25,230); }
div.DivClassName
{
background-color: #A019E6;
}
.BgClassName
{
background-color: #A019E6;
}
</style>
border-color css
<style>
span { border-color: #A019E6; }
span { border-color: rgb(160,25,230); }
td.TdClassName
{
border-color: #A019E6;
}
.TagClassName
{
border-color: #A019E6;
}
</style>