Shades of Blue Violet #A019E9
Tints of Blue Violet #A019E9
RGB
CMYK
RGB Variations
Color information
#A019E9 (or 0xA019E9) is known color: Blue Violet. HEX triplet: A0, 19 and E9. RGB value is (160,25,233). Sum of RGB (Red+Green+Blue) = 160+25+233=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #A019E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019E9 is #5FE616. Grayscale: #585858. Windows color (decimal): -6284823 or 15276448. OLE color: 15276448.
HSL color Cylindrical-coordinate representation of color #A019E9: hue angle of 278.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019E9 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 25 | 233 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.09 |
| HSL | 278.94º | 0.83% | 0.51% | - |
| HSV(B) | 278.94º | 0.89% | 0.91% | - |
| XYZ | 29.55 | 14.05 | 78.25 | - |
| YUV | 89.08 | 209.23 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 233 | 0.31 | 0.89 | 0 | 0.09 | 278.94 | 0.83 | 0.51 |
| Hex | A0 | 19 | E9 | 1F | 59 | 0 | 9 | 117 | 53 | 33 |
| Octal | 240 | 31 | 351 | 37 | 131 | 0 | 11 | 427 | 123 | 63 |
| Binary | 10100000 | 11001 | 11101001 | 11111 | 1011001 | 0 | 1001 | 100010111 | 1010011 | 110011 |
Color Harmonies of #A019E9
Complementary color
Monochromatic Colors of #A019E9
Black with #A019E9
Text Example
Text Example
White with #A019E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019E9; }
p { color: rgb(160,25,233); }
H1.HeaderClassName
{
color: #A019E9;
}
.AnyTagClassName
{
color: #A019E9;
}
</style>
background-color css
<style>
a { background-color: #A019E9; }
a { background-color: rgb(160,25,233); }
div.DivClassName
{
background-color: #A019E9;
}
.BgClassName
{
background-color: #A019E9;
}
</style>
border-color css
<style>
span { border-color: #A019E9; }
span { border-color: rgb(160,25,233); }
td.TdClassName
{
border-color: #A019E9;
}
.TagClassName
{
border-color: #A019E9;
}
</style>