Shades of Blue Violet #A219E4
Tints of Blue Violet #A219E4
RGB
CMYK
RGB Variations
Color information
#A219E4 (or 0xA219E4) is known color: Blue Violet. HEX triplet: A2, 19 and E4. RGB value is (162,25,228). Sum of RGB (Red+Green+Blue) = 162+25+228=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #A219E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219E4 is #5DE61B. Grayscale: #585858. Windows color (decimal): -6153756 or 14948770. OLE color: 14948770.
HSL color Cylindrical-coordinate representation of color #A219E4: hue angle of 280.49º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A219E4 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 25 | 228 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.11 |
| HSL | 280.49º | 0.8% | 0.5% | - |
| HSV(B) | 280.49º | 0.89% | 0.89% | - |
| XYZ | 29.25 | 13.98 | 74.56 | - |
| YUV | 89.11 | 206.39 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 228 | 0.29 | 0.89 | 0 | 0.11 | 280.49 | 0.8 | 0.5 |
| Hex | A2 | 19 | E4 | 1D | 59 | 0 | B | 118 | 50 | 32 |
| Octal | 242 | 31 | 344 | 35 | 131 | 0 | 13 | 430 | 120 | 62 |
| Binary | 10100010 | 11001 | 11100100 | 11101 | 1011001 | 0 | 1011 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A219E4
Complementary color
Monochromatic Colors of #A219E4
Black with #A219E4
Text Example
Text Example
White with #A219E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219E4; }
p { color: rgb(162,25,228); }
H1.HeaderClassName
{
color: #A219E4;
}
.AnyTagClassName
{
color: #A219E4;
}
</style>
background-color css
<style>
a { background-color: #A219E4; }
a { background-color: rgb(162,25,228); }
div.DivClassName
{
background-color: #A219E4;
}
.BgClassName
{
background-color: #A219E4;
}
</style>
border-color css
<style>
span { border-color: #A219E4; }
span { border-color: rgb(162,25,228); }
td.TdClassName
{
border-color: #A219E4;
}
.TagClassName
{
border-color: #A219E4;
}
</style>