Shades of Blue Violet #AA2BEE
Tints of Blue Violet #AA2BEE
RGB
CMYK
RGB Variations
Color information
#AA2BEE (or 0xAA2BEE) is known color: Blue Violet. HEX triplet: AA, 2B and EE. RGB value is (170,43,238). Sum of RGB (Red+Green+Blue) = 170+43+238=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA2BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BEE is #55D411. Grayscale: #666666. Windows color (decimal): -5624850 or 15608746. OLE color: 15608746.
HSL color Cylindrical-coordinate representation of color #AA2BEE: hue angle of 279.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2BEE is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 43 | 238 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.07 |
| HSL | 279.08º | 0.85% | 0.55% | - |
| HSV(B) | 279.08º | 0.82% | 0.93% | - |
| XYZ | 32.87 | 16.45 | 82.33 | - |
| YUV | 103.2 | 204.08 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 238 | 0.29 | 0.82 | 0 | 0.07 | 279.08 | 0.85 | 0.55 |
| Hex | AA | 2B | EE | 1D | 52 | 0 | 7 | 117 | 55 | 37 |
| Octal | 252 | 53 | 356 | 35 | 122 | 0 | 7 | 427 | 125 | 67 |
| Binary | 10101010 | 101011 | 11101110 | 11101 | 1010010 | 0 | 111 | 100010111 | 1010101 | 110111 |
Color Harmonies of #AA2BEE
Complementary color
Monochromatic Colors of #AA2BEE
Black with #AA2BEE
Text Example
Text Example
White with #AA2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BEE; }
p { color: rgb(170,43,238); }
H1.HeaderClassName
{
color: #AA2BEE;
}
.AnyTagClassName
{
color: #AA2BEE;
}
</style>
background-color css
<style>
a { background-color: #AA2BEE; }
a { background-color: rgb(170,43,238); }
div.DivClassName
{
background-color: #AA2BEE;
}
.BgClassName
{
background-color: #AA2BEE;
}
</style>
border-color css
<style>
span { border-color: #AA2BEE; }
span { border-color: rgb(170,43,238); }
td.TdClassName
{
border-color: #AA2BEE;
}
.TagClassName
{
border-color: #AA2BEE;
}
</style>