Shades of Blue Violet #A22AED
Tints of Blue Violet #A22AED
RGB
CMYK
RGB Variations
Color information
#A22AED (or 0xA22AED) is known color: Blue Violet. HEX triplet: A2, 2A and ED. RGB value is (162,42,237). Sum of RGB (Red+Green+Blue) = 162+42+237=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #A22AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A22AED is #5DD512. Grayscale: #636363. Windows color (decimal): -6149395 or 15542946. OLE color: 15542946.
HSL color Cylindrical-coordinate representation of color #A22AED: hue angle of 276.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A22AED is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 42 | 237 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.07 |
| HSL | 276.92º | 0.84% | 0.55% | - |
| HSV(B) | 276.92º | 0.82% | 0.93% | - |
| XYZ | 31.01 | 15.45 | 81.47 | - |
| YUV | 100.11 | 205.26 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 237 | 0.32 | 0.82 | 0 | 0.07 | 276.92 | 0.84 | 0.55 |
| Hex | A2 | 2A | ED | 20 | 52 | 0 | 7 | 115 | 54 | 37 |
| Octal | 242 | 52 | 355 | 40 | 122 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100010 | 101010 | 11101101 | 100000 | 1010010 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A22AED
Complementary color
Monochromatic Colors of #A22AED
Black with #A22AED
Text Example
Text Example
White with #A22AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22AED; }
p { color: rgb(162,42,237); }
H1.HeaderClassName
{
color: #A22AED;
}
.AnyTagClassName
{
color: #A22AED;
}
</style>
background-color css
<style>
a { background-color: #A22AED; }
a { background-color: rgb(162,42,237); }
div.DivClassName
{
background-color: #A22AED;
}
.BgClassName
{
background-color: #A22AED;
}
</style>
border-color css
<style>
span { border-color: #A22AED; }
span { border-color: rgb(162,42,237); }
td.TdClassName
{
border-color: #A22AED;
}
.TagClassName
{
border-color: #A22AED;
}
</style>