Shades of Blue Violet #A219E7
Tints of Blue Violet #A219E7
RGB
CMYK
RGB Variations
Color information
#A219E7 (or 0xA219E7) is known color: Blue Violet. HEX triplet: A2, 19 and E7. RGB value is (162,25,231). Sum of RGB (Red+Green+Blue) = 162+25+231=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #A219E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A219E7 is #5DE618. Grayscale: #585858. Windows color (decimal): -6153753 or 15145378. OLE color: 15145378.
HSL color Cylindrical-coordinate representation of color #A219E7: hue angle of 279.9º 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 #A219E7 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 25 | 231 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.09 |
| HSL | 279.9º | 0.81% | 0.5% | - |
| HSV(B) | 279.9º | 0.89% | 0.91% | - |
| XYZ | 29.67 | 14.15 | 76.77 | - |
| YUV | 89.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 231 | 0.30 | 0.89 | 0 | 0.09 | 279.9 | 0.81 | 0.5 |
| Hex | A2 | 19 | E7 | 1E | 59 | 0 | 9 | 118 | 51 | 32 |
| Octal | 242 | 31 | 347 | 36 | 131 | 0 | 11 | 430 | 121 | 62 |
| Binary | 10100010 | 11001 | 11100111 | 11110 | 1011001 | 0 | 1001 | 100011000 | 1010001 | 110010 |
Color Harmonies of #A219E7
Complementary color
Monochromatic Colors of #A219E7
Black with #A219E7
Text Example
Text Example
White with #A219E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219E7; }
p { color: rgb(162,25,231); }
H1.HeaderClassName
{
color: #A219E7;
}
.AnyTagClassName
{
color: #A219E7;
}
</style>
background-color css
<style>
a { background-color: #A219E7; }
a { background-color: rgb(162,25,231); }
div.DivClassName
{
background-color: #A219E7;
}
.BgClassName
{
background-color: #A219E7;
}
</style>
border-color css
<style>
span { border-color: #A219E7; }
span { border-color: rgb(162,25,231); }
td.TdClassName
{
border-color: #A219E7;
}
.TagClassName
{
border-color: #A219E7;
}
</style>