Shades of Blue Violet #AA21E9
Tints of Blue Violet #AA21E9
RGB
CMYK
RGB Variations
Color information
#AA21E9 (or 0xAA21E9) is known color: Blue Violet. HEX triplet: AA, 21 and E9. RGB value is (170,33,233). Sum of RGB (Red+Green+Blue) = 170+33+233=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA21E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21E9 is #55DE16. Grayscale: #606060. Windows color (decimal): -5627415 or 15278506. OLE color: 15278506.
HSL color Cylindrical-coordinate representation of color #AA21E9: hue angle of 281.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA21E9 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 33 | 233 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.09 |
| HSL | 281.1º | 0.82% | 0.52% | - |
| HSV(B) | 281.1º | 0.86% | 0.91% | - |
| XYZ | 31.83 | 15.52 | 78.41 | - |
| YUV | 96.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 233 | 0.27 | 0.86 | 0 | 0.09 | 281.1 | 0.82 | 0.52 |
| Hex | AA | 21 | E9 | 1B | 56 | 0 | 9 | 119 | 52 | 34 |
| Octal | 252 | 41 | 351 | 33 | 126 | 0 | 11 | 431 | 122 | 64 |
| Binary | 10101010 | 100001 | 11101001 | 11011 | 1010110 | 0 | 1001 | 100011001 | 1010010 | 110100 |
Color Harmonies of #AA21E9
Complementary color
Monochromatic Colors of #AA21E9
Black with #AA21E9
Text Example
Text Example
White with #AA21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21E9; }
p { color: rgb(170,33,233); }
H1.HeaderClassName
{
color: #AA21E9;
}
.AnyTagClassName
{
color: #AA21E9;
}
</style>
background-color css
<style>
a { background-color: #AA21E9; }
a { background-color: rgb(170,33,233); }
div.DivClassName
{
background-color: #AA21E9;
}
.BgClassName
{
background-color: #AA21E9;
}
</style>
border-color css
<style>
span { border-color: #AA21E9; }
span { border-color: rgb(170,33,233); }
td.TdClassName
{
border-color: #AA21E9;
}
.TagClassName
{
border-color: #AA21E9;
}
</style>