Shades of Blue Violet #AA20ED
Tints of Blue Violet #AA20ED
RGB
CMYK
RGB Variations
Color information
#AA20ED (or 0xAA20ED) is known color: Blue Violet. HEX triplet: AA, 20 and ED. RGB value is (170,32,237). Sum of RGB (Red+Green+Blue) = 170+32+237=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA20ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20ED is #55DF12. Grayscale: #5F5F5F. Windows color (decimal): -5627667 or 15540394. OLE color: 15540394.
HSL color Cylindrical-coordinate representation of color #AA20ED: hue angle of 280.39º 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 #AA20ED is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 32 | 237 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.07 |
| HSL | 280.39º | 0.85% | 0.53% | - |
| HSV(B) | 280.39º | 0.86% | 0.93% | - |
| XYZ | 32.38 | 15.69 | 81.44 | - |
| YUV | 96.63 | 207.22 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 237 | 0.28 | 0.86 | 0 | 0.07 | 280.39 | 0.85 | 0.53 |
| Hex | AA | 20 | ED | 1C | 56 | 0 | 7 | 118 | 55 | 35 |
| Octal | 252 | 40 | 355 | 34 | 126 | 0 | 7 | 430 | 125 | 65 |
| Binary | 10101010 | 100000 | 11101101 | 11100 | 1010110 | 0 | 111 | 100011000 | 1010101 | 110101 |
Color Harmonies of #AA20ED
Complementary color
Monochromatic Colors of #AA20ED
Black with #AA20ED
Text Example
Text Example
White with #AA20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20ED; }
p { color: rgb(170,32,237); }
H1.HeaderClassName
{
color: #AA20ED;
}
.AnyTagClassName
{
color: #AA20ED;
}
</style>
background-color css
<style>
a { background-color: #AA20ED; }
a { background-color: rgb(170,32,237); }
div.DivClassName
{
background-color: #AA20ED;
}
.BgClassName
{
background-color: #AA20ED;
}
</style>
border-color css
<style>
span { border-color: #AA20ED; }
span { border-color: rgb(170,32,237); }
td.TdClassName
{
border-color: #AA20ED;
}
.TagClassName
{
border-color: #AA20ED;
}
</style>