Shades of Blue Violet #A22EE9
Tints of Blue Violet #A22EE9
RGB
CMYK
RGB Variations
Color information
#A22EE9 (or 0xA22EE9) is known color: Blue Violet. HEX triplet: A2, 2E and E9. RGB value is (162,46,233). Sum of RGB (Red+Green+Blue) = 162+46+233=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #A22EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A22EE9 is #5DD116. Grayscale: #656565. Windows color (decimal): -6148375 or 15281826. OLE color: 15281826.
HSL color Cylindrical-coordinate representation of color #A22EE9: hue angle of 277.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22EE9 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 46 | 233 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.09 |
| HSL | 277.22º | 0.81% | 0.55% | - |
| HSV(B) | 277.22º | 0.8% | 0.91% | - |
| XYZ | 30.59 | 15.52 | 78.47 | - |
| YUV | 102 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 233 | 0.30 | 0.80 | 0 | 0.09 | 277.22 | 0.81 | 0.55 |
| Hex | A2 | 2E | E9 | 1E | 50 | 0 | 9 | 115 | 51 | 37 |
| Octal | 242 | 56 | 351 | 36 | 120 | 0 | 11 | 425 | 121 | 67 |
| Binary | 10100010 | 101110 | 11101001 | 11110 | 1010000 | 0 | 1001 | 100010101 | 1010001 | 110111 |
Color Harmonies of #A22EE9
Complementary color
Monochromatic Colors of #A22EE9
Black with #A22EE9
Text Example
Text Example
White with #A22EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22EE9; }
p { color: rgb(162,46,233); }
H1.HeaderClassName
{
color: #A22EE9;
}
.AnyTagClassName
{
color: #A22EE9;
}
</style>
background-color css
<style>
a { background-color: #A22EE9; }
a { background-color: rgb(162,46,233); }
div.DivClassName
{
background-color: #A22EE9;
}
.BgClassName
{
background-color: #A22EE9;
}
</style>
border-color css
<style>
span { border-color: #A22EE9; }
span { border-color: rgb(162,46,233); }
td.TdClassName
{
border-color: #A22EE9;
}
.TagClassName
{
border-color: #A22EE9;
}
</style>