Shades of Blue Violet #AA1BEB
Tints of Blue Violet #AA1BEB
RGB
CMYK
RGB Variations
Color information
#AA1BEB (or 0xAA1BEB) is known color: Blue Violet. HEX triplet: AA, 1B and EB. RGB value is (170,27,235). Sum of RGB (Red+Green+Blue) = 170+27+235=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA1BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1BEB is #55E414. Grayscale: #5C5C5C. Windows color (decimal): -5628949 or 15408042. OLE color: 15408042.
HSL color Cylindrical-coordinate representation of color #AA1BEB: hue angle of 281.25º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1BEB is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 27 | 235 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.08 |
| HSL | 281.25º | 0.84% | 0.51% | - |
| HSV(B) | 281.25º | 0.89% | 0.92% | - |
| XYZ | 31.96 | 15.33 | 79.87 | - |
| YUV | 93.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 235 | 0.28 | 0.89 | 0 | 0.08 | 281.25 | 0.84 | 0.51 |
| Hex | AA | 1B | EB | 1C | 59 | 0 | 8 | 119 | 54 | 33 |
| Octal | 252 | 33 | 353 | 34 | 131 | 0 | 10 | 431 | 124 | 63 |
| Binary | 10101010 | 11011 | 11101011 | 11100 | 1011001 | 0 | 1000 | 100011001 | 1010100 | 110011 |
Color Harmonies of #AA1BEB
Complementary color
Monochromatic Colors of #AA1BEB
Black with #AA1BEB
Text Example
Text Example
White with #AA1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BEB; }
p { color: rgb(170,27,235); }
H1.HeaderClassName
{
color: #AA1BEB;
}
.AnyTagClassName
{
color: #AA1BEB;
}
</style>
background-color css
<style>
a { background-color: #AA1BEB; }
a { background-color: rgb(170,27,235); }
div.DivClassName
{
background-color: #AA1BEB;
}
.BgClassName
{
background-color: #AA1BEB;
}
</style>
border-color css
<style>
span { border-color: #AA1BEB; }
span { border-color: rgb(170,27,235); }
td.TdClassName
{
border-color: #AA1BEB;
}
.TagClassName
{
border-color: #AA1BEB;
}
</style>