Shades of Blue Violet #AA20EE
Tints of Blue Violet #AA20EE
RGB
CMYK
RGB Variations
Color information
#AA20EE (or 0xAA20EE) is known color: Blue Violet. HEX triplet: AA, 20 and EE. RGB value is (170,32,238). Sum of RGB (Red+Green+Blue) = 170+32+238=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA20EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20EE is #55DF11. Grayscale: #606060. Windows color (decimal): -5627666 or 15605930. OLE color: 15605930.
HSL color Cylindrical-coordinate representation of color #AA20EE: hue angle of 280.19º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA20EE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 32 | 238 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.07 |
| HSL | 280.19º | 0.86% | 0.53% | - |
| HSV(B) | 280.19º | 0.87% | 0.93% | - |
| XYZ | 32.53 | 15.75 | 82.22 | - |
| YUV | 96.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 238 | 0.29 | 0.87 | 0 | 0.07 | 280.19 | 0.86 | 0.53 |
| Hex | AA | 20 | EE | 1D | 57 | 0 | 7 | 118 | 56 | 35 |
| Octal | 252 | 40 | 356 | 35 | 127 | 0 | 7 | 430 | 126 | 65 |
| Binary | 10101010 | 100000 | 11101110 | 11101 | 1010111 | 0 | 111 | 100011000 | 1010110 | 110101 |
Color Harmonies of #AA20EE
Complementary color
Monochromatic Colors of #AA20EE
Black with #AA20EE
Text Example
Text Example
White with #AA20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20EE; }
p { color: rgb(170,32,238); }
H1.HeaderClassName
{
color: #AA20EE;
}
.AnyTagClassName
{
color: #AA20EE;
}
</style>
background-color css
<style>
a { background-color: #AA20EE; }
a { background-color: rgb(170,32,238); }
div.DivClassName
{
background-color: #AA20EE;
}
.BgClassName
{
background-color: #AA20EE;
}
</style>
border-color css
<style>
span { border-color: #AA20EE; }
span { border-color: rgb(170,32,238); }
td.TdClassName
{
border-color: #AA20EE;
}
.TagClassName
{
border-color: #AA20EE;
}
</style>