Shades of Blue Violet #AA1EEA
Tints of Blue Violet #AA1EEA
RGB
CMYK
RGB Variations
Color information
#AA1EEA (or 0xAA1EEA) is known color: Blue Violet. HEX triplet: AA, 1E and EA. RGB value is (170,30,234). Sum of RGB (Red+Green+Blue) = 170+30+234=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EEA is #55E115. Grayscale: #5E5E5E. Windows color (decimal): -5628182 or 15343274. OLE color: 15343274.
HSL color Cylindrical-coordinate representation of color #AA1EEA: hue angle of 281.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1EEA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 30 | 234 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.08 |
| HSL | 281.18º | 0.83% | 0.52% | - |
| HSV(B) | 281.18º | 0.87% | 0.92% | - |
| XYZ | 31.89 | 15.42 | 79.14 | - |
| YUV | 95.12 | 206.38 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 234 | 0.27 | 0.87 | 0 | 0.08 | 281.18 | 0.83 | 0.52 |
| Hex | AA | 1E | EA | 1B | 57 | 0 | 8 | 119 | 53 | 34 |
| Octal | 252 | 36 | 352 | 33 | 127 | 0 | 10 | 431 | 123 | 64 |
| Binary | 10101010 | 11110 | 11101010 | 11011 | 1010111 | 0 | 1000 | 100011001 | 1010011 | 110100 |
Color Harmonies of #AA1EEA
Complementary color
Monochromatic Colors of #AA1EEA
Black with #AA1EEA
Text Example
Text Example
White with #AA1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EEA; }
p { color: rgb(170,30,234); }
H1.HeaderClassName
{
color: #AA1EEA;
}
.AnyTagClassName
{
color: #AA1EEA;
}
</style>
background-color css
<style>
a { background-color: #AA1EEA; }
a { background-color: rgb(170,30,234); }
div.DivClassName
{
background-color: #AA1EEA;
}
.BgClassName
{
background-color: #AA1EEA;
}
</style>
border-color css
<style>
span { border-color: #AA1EEA; }
span { border-color: rgb(170,30,234); }
td.TdClassName
{
border-color: #AA1EEA;
}
.TagClassName
{
border-color: #AA1EEA;
}
</style>