Shades of Blue Violet #AA1BEA
Tints of Blue Violet #AA1BEA
RGB
CMYK
RGB Variations
Color information
#AA1BEA (or 0xAA1BEA) is known color: Blue Violet. HEX triplet: AA, 1B and EA. RGB value is (170,27,234). Sum of RGB (Red+Green+Blue) = 170+27+234=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA1BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1BEA is #55E415. Grayscale: #5C5C5C. Windows color (decimal): -5628950 or 15342506. OLE color: 15342506.
HSL color Cylindrical-coordinate representation of color #AA1BEA: hue angle of 281.45º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1BEA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 27 | 234 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.08 |
| HSL | 281.45º | 0.83% | 0.51% | - |
| HSV(B) | 281.45º | 0.88% | 0.92% | - |
| XYZ | 31.82 | 15.27 | 79.11 | - |
| YUV | 93.36 | 207.38 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 234 | 0.27 | 0.88 | 0 | 0.08 | 281.45 | 0.83 | 0.51 |
| Hex | AA | 1B | EA | 1B | 58 | 0 | 8 | 119 | 53 | 33 |
| Octal | 252 | 33 | 352 | 33 | 130 | 0 | 10 | 431 | 123 | 63 |
| Binary | 10101010 | 11011 | 11101010 | 11011 | 1011000 | 0 | 1000 | 100011001 | 1010011 | 110011 |
Color Harmonies of #AA1BEA
Complementary color
Monochromatic Colors of #AA1BEA
Black with #AA1BEA
Text Example
Text Example
White with #AA1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BEA; }
p { color: rgb(170,27,234); }
H1.HeaderClassName
{
color: #AA1BEA;
}
.AnyTagClassName
{
color: #AA1BEA;
}
</style>
background-color css
<style>
a { background-color: #AA1BEA; }
a { background-color: rgb(170,27,234); }
div.DivClassName
{
background-color: #AA1BEA;
}
.BgClassName
{
background-color: #AA1BEA;
}
</style>
border-color css
<style>
span { border-color: #AA1BEA; }
span { border-color: rgb(170,27,234); }
td.TdClassName
{
border-color: #AA1BEA;
}
.TagClassName
{
border-color: #AA1BEA;
}
</style>