Shades of Blue Violet #AA24EE
Tints of Blue Violet #AA24EE
RGB
CMYK
RGB Variations
Color information
#AA24EE (or 0xAA24EE) is known color: Blue Violet. HEX triplet: AA, 24 and EE. RGB value is (170,36,238). Sum of RGB (Red+Green+Blue) = 170+36+238=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA24EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA24EE is #55DB11. Grayscale: #626262. Windows color (decimal): -5626642 or 15606954. OLE color: 15606954.
HSL color Cylindrical-coordinate representation of color #AA24EE: hue angle of 279.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA24EE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 36 | 238 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.07 |
| HSL | 279.8º | 0.86% | 0.54% | - |
| HSV(B) | 279.8º | 0.85% | 0.93% | - |
| XYZ | 32.64 | 15.98 | 82.25 | - |
| YUV | 99.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 238 | 0.29 | 0.85 | 0 | 0.07 | 279.8 | 0.86 | 0.54 |
| Hex | AA | 24 | EE | 1D | 55 | 0 | 7 | 118 | 56 | 36 |
| Octal | 252 | 44 | 356 | 35 | 125 | 0 | 7 | 430 | 126 | 66 |
| Binary | 10101010 | 100100 | 11101110 | 11101 | 1010101 | 0 | 111 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AA24EE
Complementary color
Monochromatic Colors of #AA24EE
Black with #AA24EE
Text Example
Text Example
White with #AA24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24EE; }
p { color: rgb(170,36,238); }
H1.HeaderClassName
{
color: #AA24EE;
}
.AnyTagClassName
{
color: #AA24EE;
}
</style>
background-color css
<style>
a { background-color: #AA24EE; }
a { background-color: rgb(170,36,238); }
div.DivClassName
{
background-color: #AA24EE;
}
.BgClassName
{
background-color: #AA24EE;
}
</style>
border-color css
<style>
span { border-color: #AA24EE; }
span { border-color: rgb(170,36,238); }
td.TdClassName
{
border-color: #AA24EE;
}
.TagClassName
{
border-color: #AA24EE;
}
</style>