Shades of Blue Violet #AA2EF9
Tints of Blue Violet #AA2EF9
RGB
CMYK
RGB Variations
Color information
#AA2EF9 (or 0xAA2EF9) is known color: Blue Violet. HEX triplet: AA, 2E and F9. RGB value is (170,46,249). Sum of RGB (Red+Green+Blue) = 170+46+249=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA2EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EF9 is #55D106. Grayscale: #696969. Windows color (decimal): -5624071 or 16330410. OLE color: 16330410.
HSL color Cylindrical-coordinate representation of color #AA2EF9: hue angle of 276.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2EF9 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 46 | 249 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.02 |
| HSL | 276.65º | 0.94% | 0.58% | - |
| HSV(B) | 276.65º | 0.82% | 0.98% | - |
| XYZ | 34.65 | 17.34 | 91.14 | - |
| YUV | 106.22 | 208.58 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 249 | 0.32 | 0.82 | 0 | 0.02 | 276.65 | 0.94 | 0.58 |
| Hex | AA | 2E | F9 | 20 | 52 | 0 | 2 | 115 | 5E | 3A |
| Octal | 252 | 56 | 371 | 40 | 122 | 0 | 2 | 425 | 136 | 72 |
| Binary | 10101010 | 101110 | 11111001 | 100000 | 1010010 | 0 | 10 | 100010101 | 1011110 | 111010 |
Color Harmonies of #AA2EF9
Complementary color
Monochromatic Colors of #AA2EF9
Black with #AA2EF9
Text Example
Text Example
White with #AA2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EF9; }
p { color: rgb(170,46,249); }
H1.HeaderClassName
{
color: #AA2EF9;
}
.AnyTagClassName
{
color: #AA2EF9;
}
</style>
background-color css
<style>
a { background-color: #AA2EF9; }
a { background-color: rgb(170,46,249); }
div.DivClassName
{
background-color: #AA2EF9;
}
.BgClassName
{
background-color: #AA2EF9;
}
</style>
border-color css
<style>
span { border-color: #AA2EF9; }
span { border-color: rgb(170,46,249); }
td.TdClassName
{
border-color: #AA2EF9;
}
.TagClassName
{
border-color: #AA2EF9;
}
</style>