Shades of Blue Violet #AA31FF
Tints of Blue Violet #AA31FF
RGB
CMYK
RGB Variations
Color information
#AA31FF (or 0xAA31FF) is known color: Blue Violet. HEX triplet: AA, 31 and FF. RGB value is (170,49,255). Sum of RGB (Red+Green+Blue) = 170+49+255=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA31FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31FF is #55CE00. Grayscale: #6B6B6B. Windows color (decimal): -5623297 or 16724394. OLE color: 16724394.
HSL color Cylindrical-coordinate representation of color #AA31FF: hue angle of 275.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA31FF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 49 | 255 | - |
| CMYK | 0.33 | 0.81 | 0 | 0 |
| HSL | 275.24º | 1% | 0.6% | - |
| HSV(B) | 275.24º | 0.81% | 1% | - |
| XYZ | 35.73 | 17.96 | 96.19 | - |
| YUV | 108.66 | 210.59 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 255 | 0.33 | 0.81 | 0 | 0 | 275.24 | 1 | 0.6 |
| Hex | AA | 31 | FF | 21 | 51 | 0 | 0 | 113 | 64 | 3C |
| Octal | 252 | 61 | 377 | 41 | 121 | 0 | 0 | 423 | 144 | 74 |
| Binary | 10101010 | 110001 | 11111111 | 100001 | 1010001 | 0 | 0 | 100010011 | 1100100 | 111100 |
Color Harmonies of #AA31FF
Complementary color
Monochromatic Colors of #AA31FF
Black with #AA31FF
Text Example
Text Example
White with #AA31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31FF; }
p { color: rgb(170,49,255); }
H1.HeaderClassName
{
color: #AA31FF;
}
.AnyTagClassName
{
color: #AA31FF;
}
</style>
background-color css
<style>
a { background-color: #AA31FF; }
a { background-color: rgb(170,49,255); }
div.DivClassName
{
background-color: #AA31FF;
}
.BgClassName
{
background-color: #AA31FF;
}
</style>
border-color css
<style>
span { border-color: #AA31FF; }
span { border-color: rgb(170,49,255); }
td.TdClassName
{
border-color: #AA31FF;
}
.TagClassName
{
border-color: #AA31FF;
}
</style>