Shades of Blue Violet #AA1EEC
Tints of Blue Violet #AA1EEC
RGB
CMYK
RGB Variations
Color information
#AA1EEC (or 0xAA1EEC) is known color: Blue Violet. HEX triplet: AA, 1E and EC. RGB value is (170,30,236). Sum of RGB (Red+Green+Blue) = 170+30+236=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA1EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EEC is #55E113. Grayscale: #5E5E5E. Windows color (decimal): -5628180 or 15474346. OLE color: 15474346.
HSL color Cylindrical-coordinate representation of color #AA1EEC: hue angle of 280.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1EEC is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 30 | 236 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.07 |
| HSL | 280.78º | 0.84% | 0.52% | - |
| HSV(B) | 280.78º | 0.87% | 0.93% | - |
| XYZ | 32.18 | 15.53 | 80.66 | - |
| YUV | 95.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 236 | 0.28 | 0.87 | 0 | 0.07 | 280.78 | 0.84 | 0.52 |
| Hex | AA | 1E | EC | 1C | 57 | 0 | 7 | 119 | 54 | 34 |
| Octal | 252 | 36 | 354 | 34 | 127 | 0 | 7 | 431 | 124 | 64 |
| Binary | 10101010 | 11110 | 11101100 | 11100 | 1010111 | 0 | 111 | 100011001 | 1010100 | 110100 |
Color Harmonies of #AA1EEC
Complementary color
Monochromatic Colors of #AA1EEC
Black with #AA1EEC
Text Example
Text Example
White with #AA1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EEC; }
p { color: rgb(170,30,236); }
H1.HeaderClassName
{
color: #AA1EEC;
}
.AnyTagClassName
{
color: #AA1EEC;
}
</style>
background-color css
<style>
a { background-color: #AA1EEC; }
a { background-color: rgb(170,30,236); }
div.DivClassName
{
background-color: #AA1EEC;
}
.BgClassName
{
background-color: #AA1EEC;
}
</style>
border-color css
<style>
span { border-color: #AA1EEC; }
span { border-color: rgb(170,30,236); }
td.TdClassName
{
border-color: #AA1EEC;
}
.TagClassName
{
border-color: #AA1EEC;
}
</style>