Shades of Blue Violet #AA31EC
Tints of Blue Violet #AA31EC
RGB
CMYK
RGB Variations
Color information
#AA31EC (or 0xAA31EC) is known color: Blue Violet. HEX triplet: AA, 31 and EC. RGB value is (170,49,236). Sum of RGB (Red+Green+Blue) = 170+49+236=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31EC is #55CE13. Grayscale: #696969. Windows color (decimal): -5623316 or 15479210. OLE color: 15479210.
HSL color Cylindrical-coordinate representation of color #AA31EC: hue angle of 278.82º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA31EC is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 49 | 236 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.07 |
| HSL | 278.82º | 0.83% | 0.56% | - |
| HSV(B) | 278.82º | 0.79% | 0.93% | - |
| XYZ | 32.82 | 16.8 | 80.87 | - |
| YUV | 106.5 | 201.09 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 236 | 0.28 | 0.79 | 0 | 0.07 | 278.82 | 0.83 | 0.56 |
| Hex | AA | 31 | EC | 1C | 4F | 0 | 7 | 117 | 53 | 38 |
| Octal | 252 | 61 | 354 | 34 | 117 | 0 | 7 | 427 | 123 | 70 |
| Binary | 10101010 | 110001 | 11101100 | 11100 | 1001111 | 0 | 111 | 100010111 | 1010011 | 111000 |
Color Harmonies of #AA31EC
Complementary color
Monochromatic Colors of #AA31EC
Black with #AA31EC
Text Example
Text Example
White with #AA31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31EC; }
p { color: rgb(170,49,236); }
H1.HeaderClassName
{
color: #AA31EC;
}
.AnyTagClassName
{
color: #AA31EC;
}
</style>
background-color css
<style>
a { background-color: #AA31EC; }
a { background-color: rgb(170,49,236); }
div.DivClassName
{
background-color: #AA31EC;
}
.BgClassName
{
background-color: #AA31EC;
}
</style>
border-color css
<style>
span { border-color: #AA31EC; }
span { border-color: rgb(170,49,236); }
td.TdClassName
{
border-color: #AA31EC;
}
.TagClassName
{
border-color: #AA31EC;
}
</style>