Shades of Blue Violet #A019E2
Tints of Blue Violet #A019E2
RGB
CMYK
RGB Variations
Color information
#A019E2 (or 0xA019E2) is known color: Blue Violet. HEX triplet: A0, 19 and E2. RGB value is (160,25,226). Sum of RGB (Red+Green+Blue) = 160+25+226=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 226 (88.67% from 255 or 54.99% from 411); Max value from RGB is 226 - color contains mainly: blue. Hex color #A019E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019E2 is #5FE61D. Grayscale: #575757. Windows color (decimal): -6284830 or 14817696. OLE color: 14817696.
HSL color Cylindrical-coordinate representation of color #A019E2: hue angle of 280.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019E2 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 25 | 226 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.11 |
| HSL | 280.3º | 0.8% | 0.49% | - |
| HSV(B) | 280.3º | 0.89% | 0.89% | - |
| XYZ | 28.57 | 13.66 | 73.08 | - |
| YUV | 88.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 226 | 0.29 | 0.89 | 0 | 0.11 | 280.3 | 0.8 | 0.49 |
| Hex | A0 | 19 | E2 | 1D | 59 | 0 | B | 118 | 50 | 31 |
| Octal | 240 | 31 | 342 | 35 | 131 | 0 | 13 | 430 | 120 | 61 |
| Binary | 10100000 | 11001 | 11100010 | 11101 | 1011001 | 0 | 1011 | 100011000 | 1010000 | 110001 |
Color Harmonies of #A019E2
Complementary color
Monochromatic Colors of #A019E2
Black with #A019E2
Text Example
Text Example
White with #A019E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019E2; }
p { color: rgb(160,25,226); }
H1.HeaderClassName
{
color: #A019E2;
}
.AnyTagClassName
{
color: #A019E2;
}
</style>
background-color css
<style>
a { background-color: #A019E2; }
a { background-color: rgb(160,25,226); }
div.DivClassName
{
background-color: #A019E2;
}
.BgClassName
{
background-color: #A019E2;
}
</style>
border-color css
<style>
span { border-color: #A019E2; }
span { border-color: rgb(160,25,226); }
td.TdClassName
{
border-color: #A019E2;
}
.TagClassName
{
border-color: #A019E2;
}
</style>