Shades of Blue Violet #A019E7
Tints of Blue Violet #A019E7
RGB
CMYK
RGB Variations
Color information
#A019E7 (or 0xA019E7) is known color: Blue Violet. HEX triplet: A0, 19 and E7. RGB value is (160,25,231). Sum of RGB (Red+Green+Blue) = 160+25+231=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #A019E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019E7 is #5FE618. Grayscale: #585858. Windows color (decimal): -6284825 or 15145376. OLE color: 15145376.
HSL color Cylindrical-coordinate representation of color #A019E7: hue angle of 279.32º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019E7 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 25 | 231 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.09 |
| HSL | 279.32º | 0.81% | 0.5% | - |
| HSV(B) | 279.32º | 0.89% | 0.91% | - |
| XYZ | 29.27 | 13.94 | 76.75 | - |
| YUV | 88.85 | 208.23 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 231 | 0.31 | 0.89 | 0 | 0.09 | 279.32 | 0.81 | 0.5 |
| Hex | A0 | 19 | E7 | 1F | 59 | 0 | 9 | 117 | 51 | 32 |
| Octal | 240 | 31 | 347 | 37 | 131 | 0 | 11 | 427 | 121 | 62 |
| Binary | 10100000 | 11001 | 11100111 | 11111 | 1011001 | 0 | 1001 | 100010111 | 1010001 | 110010 |
Color Harmonies of #A019E7
Complementary color
Monochromatic Colors of #A019E7
Black with #A019E7
Text Example
Text Example
White with #A019E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019E7; }
p { color: rgb(160,25,231); }
H1.HeaderClassName
{
color: #A019E7;
}
.AnyTagClassName
{
color: #A019E7;
}
</style>
background-color css
<style>
a { background-color: #A019E7; }
a { background-color: rgb(160,25,231); }
div.DivClassName
{
background-color: #A019E7;
}
.BgClassName
{
background-color: #A019E7;
}
</style>
border-color css
<style>
span { border-color: #A019E7; }
span { border-color: rgb(160,25,231); }
td.TdClassName
{
border-color: #A019E7;
}
.TagClassName
{
border-color: #A019E7;
}
</style>