Shades of Blue Violet #AA1EEE
Tints of Blue Violet #AA1EEE
RGB
CMYK
RGB Variations
Color information
#AA1EEE (or 0xAA1EEE) is known color: Blue Violet. HEX triplet: AA, 1E and EE. RGB value is (170,30,238). Sum of RGB (Red+Green+Blue) = 170+30+238=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA1EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EEE is #55E111. Grayscale: #5E5E5E. Windows color (decimal): -5628178 or 15605418. OLE color: 15605418.
HSL color Cylindrical-coordinate representation of color #AA1EEE: hue angle of 280.38º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1EEE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 30 | 238 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.07 |
| HSL | 280.38º | 0.86% | 0.53% | - |
| HSV(B) | 280.38º | 0.87% | 0.93% | - |
| XYZ | 32.47 | 15.65 | 82.2 | - |
| YUV | 95.57 | 208.38 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 238 | 0.29 | 0.87 | 0 | 0.07 | 280.38 | 0.86 | 0.53 |
| Hex | AA | 1E | EE | 1D | 57 | 0 | 7 | 118 | 56 | 35 |
| Octal | 252 | 36 | 356 | 35 | 127 | 0 | 7 | 430 | 126 | 65 |
| Binary | 10101010 | 11110 | 11101110 | 11101 | 1010111 | 0 | 111 | 100011000 | 1010110 | 110101 |
Color Harmonies of #AA1EEE
Complementary color
Monochromatic Colors of #AA1EEE
Black with #AA1EEE
Text Example
Text Example
White with #AA1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EEE; }
p { color: rgb(170,30,238); }
H1.HeaderClassName
{
color: #AA1EEE;
}
.AnyTagClassName
{
color: #AA1EEE;
}
</style>
background-color css
<style>
a { background-color: #AA1EEE; }
a { background-color: rgb(170,30,238); }
div.DivClassName
{
background-color: #AA1EEE;
}
.BgClassName
{
background-color: #AA1EEE;
}
</style>
border-color css
<style>
span { border-color: #AA1EEE; }
span { border-color: rgb(170,30,238); }
td.TdClassName
{
border-color: #AA1EEE;
}
.TagClassName
{
border-color: #AA1EEE;
}
</style>