Shades of Blue Violet #A220EF
Tints of Blue Violet #A220EF
RGB
CMYK
RGB Variations
Color information
#A220EF (or 0xA220EF) is known color: Blue Violet. HEX triplet: A2, 20 and EF. RGB value is (162,32,239). Sum of RGB (Red+Green+Blue) = 162+32+239=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #A220EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A220EF is #5DDF10. Grayscale: #5D5D5D. Windows color (decimal): -6151953 or 15671458. OLE color: 15671458.
HSL color Cylindrical-coordinate representation of color #A220EF: hue angle of 277.68º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A220EF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 32 | 239 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.06 |
| HSL | 277.68º | 0.87% | 0.53% | - |
| HSV(B) | 277.68º | 0.87% | 0.94% | - |
| XYZ | 31 | 14.95 | 82.91 | - |
| YUV | 94.47 | 209.57 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 239 | 0.32 | 0.87 | 0 | 0.06 | 277.68 | 0.87 | 0.53 |
| Hex | A2 | 20 | EF | 20 | 57 | 0 | 6 | 116 | 57 | 35 |
| Octal | 242 | 40 | 357 | 40 | 127 | 0 | 6 | 426 | 127 | 65 |
| Binary | 10100010 | 100000 | 11101111 | 100000 | 1010111 | 0 | 110 | 100010110 | 1010111 | 110101 |
Color Harmonies of #A220EF
Complementary color
Monochromatic Colors of #A220EF
Black with #A220EF
Text Example
Text Example
White with #A220EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A220EF; }
p { color: rgb(162,32,239); }
H1.HeaderClassName
{
color: #A220EF;
}
.AnyTagClassName
{
color: #A220EF;
}
</style>
background-color css
<style>
a { background-color: #A220EF; }
a { background-color: rgb(162,32,239); }
div.DivClassName
{
background-color: #A220EF;
}
.BgClassName
{
background-color: #A220EF;
}
</style>
border-color css
<style>
span { border-color: #A220EF; }
span { border-color: rgb(162,32,239); }
td.TdClassName
{
border-color: #A220EF;
}
.TagClassName
{
border-color: #A220EF;
}
</style>