Shades of Blue Violet #A219EE
Tints of Blue Violet #A219EE
RGB
CMYK
RGB Variations
Color information
#A219EE (or 0xA219EE) is known color: Blue Violet. HEX triplet: A2, 19 and EE. RGB value is (162,25,238). Sum of RGB (Red+Green+Blue) = 162+25+238=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #A219EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A219EE is #5DE611. Grayscale: #595959. Windows color (decimal): -6153746 or 15604130. OLE color: 15604130.
HSL color Cylindrical-coordinate representation of color #A219EE: hue angle of 278.59º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A219EE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 25 | 238 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.59º | 0.86% | 0.52% | - |
| HSV(B) | 278.59º | 0.89% | 0.93% | - |
| XYZ | 30.68 | 14.55 | 82.08 | - |
| YUV | 90.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 238 | 0.32 | 0.89 | 0 | 0.07 | 278.59 | 0.86 | 0.52 |
| Hex | A2 | 19 | EE | 20 | 59 | 0 | 7 | 117 | 56 | 34 |
| Octal | 242 | 31 | 356 | 40 | 131 | 0 | 7 | 427 | 126 | 64 |
| Binary | 10100010 | 11001 | 11101110 | 100000 | 1011001 | 0 | 111 | 100010111 | 1010110 | 110100 |
Color Harmonies of #A219EE
Complementary color
Monochromatic Colors of #A219EE
Black with #A219EE
Text Example
Text Example
White with #A219EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219EE; }
p { color: rgb(162,25,238); }
H1.HeaderClassName
{
color: #A219EE;
}
.AnyTagClassName
{
color: #A219EE;
}
</style>
background-color css
<style>
a { background-color: #A219EE; }
a { background-color: rgb(162,25,238); }
div.DivClassName
{
background-color: #A219EE;
}
.BgClassName
{
background-color: #A219EE;
}
</style>
border-color css
<style>
span { border-color: #A219EE; }
span { border-color: rgb(162,25,238); }
td.TdClassName
{
border-color: #A219EE;
}
.TagClassName
{
border-color: #A219EE;
}
</style>