Shades of Blue Violet #AA31F2
Tints of Blue Violet #AA31F2
RGB
CMYK
RGB Variations
Color information
#AA31F2 (or 0xAA31F2) is known color: Blue Violet. HEX triplet: AA, 31 and F2. RGB value is (170,49,242). Sum of RGB (Red+Green+Blue) = 170+49+242=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA31F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31F2 is #55CE0D. Grayscale: #6A6A6A. Windows color (decimal): -5623310 or 15872426. OLE color: 15872426.
HSL color Cylindrical-coordinate representation of color #AA31F2: hue angle of 277.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA31F2 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 49 | 242 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.05 |
| HSL | 277.62º | 0.88% | 0.57% | - |
| HSV(B) | 277.62º | 0.8% | 0.95% | - |
| XYZ | 33.7 | 17.15 | 85.54 | - |
| YUV | 107.18 | 204.09 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 242 | 0.30 | 0.80 | 0 | 0.05 | 277.62 | 0.88 | 0.57 |
| Hex | AA | 31 | F2 | 1E | 50 | 0 | 5 | 116 | 58 | 39 |
| Octal | 252 | 61 | 362 | 36 | 120 | 0 | 5 | 426 | 130 | 71 |
| Binary | 10101010 | 110001 | 11110010 | 11110 | 1010000 | 0 | 101 | 100010110 | 1011000 | 111001 |
Color Harmonies of #AA31F2
Complementary color
Monochromatic Colors of #AA31F2
Black with #AA31F2
Text Example
Text Example
White with #AA31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31F2; }
p { color: rgb(170,49,242); }
H1.HeaderClassName
{
color: #AA31F2;
}
.AnyTagClassName
{
color: #AA31F2;
}
</style>
background-color css
<style>
a { background-color: #AA31F2; }
a { background-color: rgb(170,49,242); }
div.DivClassName
{
background-color: #AA31F2;
}
.BgClassName
{
background-color: #AA31F2;
}
</style>
border-color css
<style>
span { border-color: #AA31F2; }
span { border-color: rgb(170,49,242); }
td.TdClassName
{
border-color: #AA31F2;
}
.TagClassName
{
border-color: #AA31F2;
}
</style>