Shades of Blue Violet #A219E6
Tints of Blue Violet #A219E6
RGB
CMYK
RGB Variations
Color information
#A219E6 (or 0xA219E6) is known color: Blue Violet. HEX triplet: A2, 19 and E6. RGB value is (162,25,230). Sum of RGB (Red+Green+Blue) = 162+25+230=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #A219E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A219E6 is #5DE619. Grayscale: #585858. Windows color (decimal): -6153754 or 15079842. OLE color: 15079842.
HSL color Cylindrical-coordinate representation of color #A219E6: hue angle of 280.1º 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 #A219E6 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 25 | 230 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.10 |
| HSL | 280.1º | 0.8% | 0.5% | - |
| HSV(B) | 280.1º | 0.89% | 0.9% | - |
| XYZ | 29.53 | 14.09 | 76.03 | - |
| YUV | 89.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 230 | 0.30 | 0.89 | 0 | 0.10 | 280.1 | 0.8 | 0.5 |
| Hex | A2 | 19 | E6 | 1E | 59 | 0 | A | 118 | 50 | 32 |
| Octal | 242 | 31 | 346 | 36 | 131 | 0 | 12 | 430 | 120 | 62 |
| Binary | 10100010 | 11001 | 11100110 | 11110 | 1011001 | 0 | 1010 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A219E6
Complementary color
Monochromatic Colors of #A219E6
Black with #A219E6
Text Example
Text Example
White with #A219E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219E6; }
p { color: rgb(162,25,230); }
H1.HeaderClassName
{
color: #A219E6;
}
.AnyTagClassName
{
color: #A219E6;
}
</style>
background-color css
<style>
a { background-color: #A219E6; }
a { background-color: rgb(162,25,230); }
div.DivClassName
{
background-color: #A219E6;
}
.BgClassName
{
background-color: #A219E6;
}
</style>
border-color css
<style>
span { border-color: #A219E6; }
span { border-color: rgb(162,25,230); }
td.TdClassName
{
border-color: #A219E6;
}
.TagClassName
{
border-color: #A219E6;
}
</style>