Shades of Blue Violet #AA31FA
Tints of Blue Violet #AA31FA
RGB
CMYK
RGB Variations
Color information
#AA31FA (or 0xAA31FA) is known color: Blue Violet. HEX triplet: AA, 31 and FA. RGB value is (170,49,250). Sum of RGB (Red+Green+Blue) = 170+49+250=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA31FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31FA is #55CE05. Grayscale: #6B6B6B. Windows color (decimal): -5623302 or 16396714. OLE color: 16396714.
HSL color Cylindrical-coordinate representation of color #AA31FA: hue angle of 276.12º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA31FA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 49 | 250 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.02 |
| HSL | 276.12º | 0.95% | 0.59% | - |
| HSV(B) | 276.12º | 0.8% | 0.98% | - |
| XYZ | 34.93 | 17.64 | 92.01 | - |
| YUV | 108.09 | 208.09 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 250 | 0.32 | 0.80 | 0 | 0.02 | 276.12 | 0.95 | 0.59 |
| Hex | AA | 31 | FA | 20 | 50 | 0 | 2 | 114 | 5F | 3B |
| Octal | 252 | 61 | 372 | 40 | 120 | 0 | 2 | 424 | 137 | 73 |
| Binary | 10101010 | 110001 | 11111010 | 100000 | 1010000 | 0 | 10 | 100010100 | 1011111 | 111011 |
Color Harmonies of #AA31FA
Complementary color
Monochromatic Colors of #AA31FA
Black with #AA31FA
Text Example
Text Example
White with #AA31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31FA; }
p { color: rgb(170,49,250); }
H1.HeaderClassName
{
color: #AA31FA;
}
.AnyTagClassName
{
color: #AA31FA;
}
</style>
background-color css
<style>
a { background-color: #AA31FA; }
a { background-color: rgb(170,49,250); }
div.DivClassName
{
background-color: #AA31FA;
}
.BgClassName
{
background-color: #AA31FA;
}
</style>
border-color css
<style>
span { border-color: #AA31FA; }
span { border-color: rgb(170,49,250); }
td.TdClassName
{
border-color: #AA31FA;
}
.TagClassName
{
border-color: #AA31FA;
}
</style>