Shades of Blue Violet #A220EE
Tints of Blue Violet #A220EE
RGB
CMYK
RGB Variations
Color information
#A220EE (or 0xA220EE) is known color: Blue Violet. HEX triplet: A2, 20 and EE. RGB value is (162,32,238). Sum of RGB (Red+Green+Blue) = 162+32+238=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #A220EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A220EE is #5DDF11. Grayscale: #5D5D5D. Windows color (decimal): -6151954 or 15605922. OLE color: 15605922.
HSL color Cylindrical-coordinate representation of color #A220EE: hue angle of 277.86º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A220EE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 32 | 238 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.07 |
| HSL | 277.86º | 0.86% | 0.53% | - |
| HSV(B) | 277.86º | 0.87% | 0.93% | - |
| XYZ | 30.85 | 14.89 | 82.14 | - |
| YUV | 94.35 | 209.07 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 238 | 0.32 | 0.87 | 0 | 0.07 | 277.86 | 0.86 | 0.53 |
| Hex | A2 | 20 | EE | 20 | 57 | 0 | 7 | 116 | 56 | 35 |
| Octal | 242 | 40 | 356 | 40 | 127 | 0 | 7 | 426 | 126 | 65 |
| Binary | 10100010 | 100000 | 11101110 | 100000 | 1010111 | 0 | 111 | 100010110 | 1010110 | 110101 |
Color Harmonies of #A220EE
Complementary color
Monochromatic Colors of #A220EE
Black with #A220EE
Text Example
Text Example
White with #A220EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A220EE; }
p { color: rgb(162,32,238); }
H1.HeaderClassName
{
color: #A220EE;
}
.AnyTagClassName
{
color: #A220EE;
}
</style>
background-color css
<style>
a { background-color: #A220EE; }
a { background-color: rgb(162,32,238); }
div.DivClassName
{
background-color: #A220EE;
}
.BgClassName
{
background-color: #A220EE;
}
</style>
border-color css
<style>
span { border-color: #A220EE; }
span { border-color: rgb(162,32,238); }
td.TdClassName
{
border-color: #A220EE;
}
.TagClassName
{
border-color: #A220EE;
}
</style>