Shades of Blue Violet #AA21EE
Tints of Blue Violet #AA21EE
RGB
CMYK
RGB Variations
Color information
#AA21EE (or 0xAA21EE) is known color: Blue Violet. HEX triplet: AA, 21 and EE. RGB value is (170,33,238). Sum of RGB (Red+Green+Blue) = 170+33+238=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA21EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21EE is #55DE11. Grayscale: #606060. Windows color (decimal): -5627410 or 15606186. OLE color: 15606186.
HSL color Cylindrical-coordinate representation of color #AA21EE: hue angle of 280.1º degrees, saturation: 0.86, 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 #AA21EE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 33 | 238 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.07 |
| HSL | 280.1º | 0.86% | 0.53% | - |
| HSV(B) | 280.1º | 0.86% | 0.93% | - |
| XYZ | 32.55 | 15.81 | 82.22 | - |
| YUV | 97.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 238 | 0.29 | 0.86 | 0 | 0.07 | 280.1 | 0.86 | 0.53 |
| Hex | AA | 21 | EE | 1D | 56 | 0 | 7 | 118 | 56 | 35 |
| Octal | 252 | 41 | 356 | 35 | 126 | 0 | 7 | 430 | 126 | 65 |
| Binary | 10101010 | 100001 | 11101110 | 11101 | 1010110 | 0 | 111 | 100011000 | 1010110 | 110101 |
Color Harmonies of #AA21EE
Complementary color
Monochromatic Colors of #AA21EE
Black with #AA21EE
Text Example
Text Example
White with #AA21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21EE; }
p { color: rgb(170,33,238); }
H1.HeaderClassName
{
color: #AA21EE;
}
.AnyTagClassName
{
color: #AA21EE;
}
</style>
background-color css
<style>
a { background-color: #AA21EE; }
a { background-color: rgb(170,33,238); }
div.DivClassName
{
background-color: #AA21EE;
}
.BgClassName
{
background-color: #AA21EE;
}
</style>
border-color css
<style>
span { border-color: #AA21EE; }
span { border-color: rgb(170,33,238); }
td.TdClassName
{
border-color: #AA21EE;
}
.TagClassName
{
border-color: #AA21EE;
}
</style>