Shades of Blue Violet #A22AE8
Tints of Blue Violet #A22AE8
RGB
CMYK
RGB Variations
Color information
#A22AE8 (or 0xA22AE8) is known color: Blue Violet. HEX triplet: A2, 2A and E8. RGB value is (162,42,232). Sum of RGB (Red+Green+Blue) = 162+42+232=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #A22AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A22AE8 is #5DD517. Grayscale: #626262. Windows color (decimal): -6149400 or 15215266. OLE color: 15215266.
HSL color Cylindrical-coordinate representation of color #A22AE8: hue angle of 277.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A22AE8 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 42 | 232 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.09 |
| HSL | 277.89º | 0.81% | 0.54% | - |
| HSV(B) | 277.89º | 0.82% | 0.91% | - |
| XYZ | 30.29 | 15.16 | 77.67 | - |
| YUV | 99.54 | 202.76 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 232 | 0.30 | 0.82 | 0 | 0.09 | 277.89 | 0.81 | 0.54 |
| Hex | A2 | 2A | E8 | 1E | 52 | 0 | 9 | 116 | 51 | 36 |
| Octal | 242 | 52 | 350 | 36 | 122 | 0 | 11 | 426 | 121 | 66 |
| Binary | 10100010 | 101010 | 11101000 | 11110 | 1010010 | 0 | 1001 | 100010110 | 1010001 | 110110 |
Color Harmonies of #A22AE8
Complementary color
Monochromatic Colors of #A22AE8
Black with #A22AE8
Text Example
Text Example
White with #A22AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22AE8; }
p { color: rgb(162,42,232); }
H1.HeaderClassName
{
color: #A22AE8;
}
.AnyTagClassName
{
color: #A22AE8;
}
</style>
background-color css
<style>
a { background-color: #A22AE8; }
a { background-color: rgb(162,42,232); }
div.DivClassName
{
background-color: #A22AE8;
}
.BgClassName
{
background-color: #A22AE8;
}
</style>
border-color css
<style>
span { border-color: #A22AE8; }
span { border-color: rgb(162,42,232); }
td.TdClassName
{
border-color: #A22AE8;
}
.TagClassName
{
border-color: #A22AE8;
}
</style>