Shades of Blue Violet #AA31F0
Tints of Blue Violet #AA31F0
RGB
CMYK
RGB Variations
Color information
#AA31F0 (or 0xAA31F0) is known color: Blue Violet. HEX triplet: AA, 31 and F0. RGB value is (170,49,240). Sum of RGB (Red+Green+Blue) = 170+49+240=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA31F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31F0 is #55CE0F. Grayscale: #6A6A6A. Windows color (decimal): -5623312 or 15741354. OLE color: 15741354.
HSL color Cylindrical-coordinate representation of color #AA31F0: hue angle of 278.01º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA31F0 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 49 | 240 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.06 |
| HSL | 278.01º | 0.86% | 0.57% | - |
| HSV(B) | 278.01º | 0.8% | 0.94% | - |
| XYZ | 33.4 | 17.03 | 83.97 | - |
| YUV | 106.95 | 203.09 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 240 | 0.29 | 0.80 | 0 | 0.06 | 278.01 | 0.86 | 0.57 |
| Hex | AA | 31 | F0 | 1D | 50 | 0 | 6 | 116 | 56 | 39 |
| Octal | 252 | 61 | 360 | 35 | 120 | 0 | 6 | 426 | 126 | 71 |
| Binary | 10101010 | 110001 | 11110000 | 11101 | 1010000 | 0 | 110 | 100010110 | 1010110 | 111001 |
Color Harmonies of #AA31F0
Complementary color
Monochromatic Colors of #AA31F0
Black with #AA31F0
Text Example
Text Example
White with #AA31F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31F0; }
p { color: rgb(170,49,240); }
H1.HeaderClassName
{
color: #AA31F0;
}
.AnyTagClassName
{
color: #AA31F0;
}
</style>
background-color css
<style>
a { background-color: #AA31F0; }
a { background-color: rgb(170,49,240); }
div.DivClassName
{
background-color: #AA31F0;
}
.BgClassName
{
background-color: #AA31F0;
}
</style>
border-color css
<style>
span { border-color: #AA31F0; }
span { border-color: rgb(170,49,240); }
td.TdClassName
{
border-color: #AA31F0;
}
.TagClassName
{
border-color: #AA31F0;
}
</style>