Shades of Blue Violet #AA27EE
Tints of Blue Violet #AA27EE
RGB
CMYK
RGB Variations
Color information
#AA27EE (or 0xAA27EE) is known color: Blue Violet. HEX triplet: AA, 27 and EE. RGB value is (170,39,238). Sum of RGB (Red+Green+Blue) = 170+39+238=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA27EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA27EE is #55D811. Grayscale: #646464. Windows color (decimal): -5625874 or 15607722. OLE color: 15607722.
HSL color Cylindrical-coordinate representation of color #AA27EE: hue angle of 279.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA27EE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 39 | 238 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.07 |
| HSL | 279.5º | 0.85% | 0.54% | - |
| HSV(B) | 279.5º | 0.84% | 0.93% | - |
| XYZ | 32.74 | 16.17 | 82.28 | - |
| YUV | 100.86 | 205.4 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 238 | 0.29 | 0.84 | 0 | 0.07 | 279.5 | 0.85 | 0.54 |
| Hex | AA | 27 | EE | 1D | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 252 | 47 | 356 | 35 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10101010 | 100111 | 11101110 | 11101 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #AA27EE
Complementary color
Monochromatic Colors of #AA27EE
Black with #AA27EE
Text Example
Text Example
White with #AA27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27EE; }
p { color: rgb(170,39,238); }
H1.HeaderClassName
{
color: #AA27EE;
}
.AnyTagClassName
{
color: #AA27EE;
}
</style>
background-color css
<style>
a { background-color: #AA27EE; }
a { background-color: rgb(170,39,238); }
div.DivClassName
{
background-color: #AA27EE;
}
.BgClassName
{
background-color: #AA27EE;
}
</style>
border-color css
<style>
span { border-color: #AA27EE; }
span { border-color: rgb(170,39,238); }
td.TdClassName
{
border-color: #AA27EE;
}
.TagClassName
{
border-color: #AA27EE;
}
</style>