Shades of Blue Violet #AA22ED
Tints of Blue Violet #AA22ED
RGB
CMYK
RGB Variations
Color information
#AA22ED (or 0xAA22ED) is known color: Blue Violet. HEX triplet: AA, 22 and ED. RGB value is (170,34,237). Sum of RGB (Red+Green+Blue) = 170+34+237=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 34 (13.67% from 255 or 7.71% 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 #AA22ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA22ED is #55DD12. Grayscale: #616161. Windows color (decimal): -5627155 or 15540906. OLE color: 15540906.
HSL color Cylindrical-coordinate representation of color #AA22ED: hue angle of 280.2º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA22ED is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 34 | 237 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.07 |
| HSL | 280.2º | 0.85% | 0.53% | - |
| HSV(B) | 280.2º | 0.86% | 0.93% | - |
| XYZ | 32.44 | 15.8 | 81.46 | - |
| YUV | 97.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 237 | 0.28 | 0.86 | 0 | 0.07 | 280.2 | 0.85 | 0.53 |
| Hex | AA | 22 | ED | 1C | 56 | 0 | 7 | 118 | 55 | 35 |
| Octal | 252 | 42 | 355 | 34 | 126 | 0 | 7 | 430 | 125 | 65 |
| Binary | 10101010 | 100010 | 11101101 | 11100 | 1010110 | 0 | 111 | 100011000 | 1010101 | 110101 |
Color Harmonies of #AA22ED
Complementary color
Monochromatic Colors of #AA22ED
Black with #AA22ED
Text Example
Text Example
White with #AA22ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22ED; }
p { color: rgb(170,34,237); }
H1.HeaderClassName
{
color: #AA22ED;
}
.AnyTagClassName
{
color: #AA22ED;
}
</style>
background-color css
<style>
a { background-color: #AA22ED; }
a { background-color: rgb(170,34,237); }
div.DivClassName
{
background-color: #AA22ED;
}
.BgClassName
{
background-color: #AA22ED;
}
</style>
border-color css
<style>
span { border-color: #AA22ED; }
span { border-color: rgb(170,34,237); }
td.TdClassName
{
border-color: #AA22ED;
}
.TagClassName
{
border-color: #AA22ED;
}
</style>