Shades of Blue Violet #AA20EC
Tints of Blue Violet #AA20EC
RGB
CMYK
RGB Variations
Color information
#AA20EC (or 0xAA20EC) is known color: Blue Violet. HEX triplet: AA, 20 and EC. RGB value is (170,32,236). Sum of RGB (Red+Green+Blue) = 170+32+236=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA20EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20EC is #55DF13. Grayscale: #5F5F5F. Windows color (decimal): -5627668 or 15474858. OLE color: 15474858.
HSL color Cylindrical-coordinate representation of color #AA20EC: hue angle of 280.59º degrees, saturation: 0.84, 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 #AA20EC is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 32 | 236 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.07 |
| HSL | 280.59º | 0.84% | 0.53% | - |
| HSV(B) | 280.59º | 0.86% | 0.93% | - |
| XYZ | 32.23 | 15.64 | 80.68 | - |
| YUV | 96.52 | 206.72 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 236 | 0.28 | 0.86 | 0 | 0.07 | 280.59 | 0.84 | 0.53 |
| Hex | AA | 20 | EC | 1C | 56 | 0 | 7 | 119 | 54 | 35 |
| Octal | 252 | 40 | 354 | 34 | 126 | 0 | 7 | 431 | 124 | 65 |
| Binary | 10101010 | 100000 | 11101100 | 11100 | 1010110 | 0 | 111 | 100011001 | 1010100 | 110101 |
Color Harmonies of #AA20EC
Complementary color
Monochromatic Colors of #AA20EC
Black with #AA20EC
Text Example
Text Example
White with #AA20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20EC; }
p { color: rgb(170,32,236); }
H1.HeaderClassName
{
color: #AA20EC;
}
.AnyTagClassName
{
color: #AA20EC;
}
</style>
background-color css
<style>
a { background-color: #AA20EC; }
a { background-color: rgb(170,32,236); }
div.DivClassName
{
background-color: #AA20EC;
}
.BgClassName
{
background-color: #AA20EC;
}
</style>
border-color css
<style>
span { border-color: #AA20EC; }
span { border-color: rgb(170,32,236); }
td.TdClassName
{
border-color: #AA20EC;
}
.TagClassName
{
border-color: #AA20EC;
}
</style>