Shades of Blue Violet #AA2AF9
Tints of Blue Violet #AA2AF9
RGB
CMYK
RGB Variations
Color information
#AA2AF9 (or 0xAA2AF9) is known color: Blue Violet. HEX triplet: AA, 2A and F9. RGB value is (170,42,249). Sum of RGB (Red+Green+Blue) = 170+42+249=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA2AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2AF9 is #55D506. Grayscale: #676767. Windows color (decimal): -5625095 or 16329386. OLE color: 16329386.
HSL color Cylindrical-coordinate representation of color #AA2AF9: hue angle of 277.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA2AF9 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 42 | 249 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.02 |
| HSL | 277.1º | 0.95% | 0.57% | - |
| HSV(B) | 277.1º | 0.83% | 0.98% | - |
| XYZ | 34.5 | 17.04 | 91.09 | - |
| YUV | 103.87 | 209.91 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 249 | 0.32 | 0.83 | 0 | 0.02 | 277.1 | 0.95 | 0.57 |
| Hex | AA | 2A | F9 | 20 | 53 | 0 | 2 | 115 | 5F | 39 |
| Octal | 252 | 52 | 371 | 40 | 123 | 0 | 2 | 425 | 137 | 71 |
| Binary | 10101010 | 101010 | 11111001 | 100000 | 1010011 | 0 | 10 | 100010101 | 1011111 | 111001 |
Color Harmonies of #AA2AF9
Complementary color
Monochromatic Colors of #AA2AF9
Black with #AA2AF9
Text Example
Text Example
White with #AA2AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AF9; }
p { color: rgb(170,42,249); }
H1.HeaderClassName
{
color: #AA2AF9;
}
.AnyTagClassName
{
color: #AA2AF9;
}
</style>
background-color css
<style>
a { background-color: #AA2AF9; }
a { background-color: rgb(170,42,249); }
div.DivClassName
{
background-color: #AA2AF9;
}
.BgClassName
{
background-color: #AA2AF9;
}
</style>
border-color css
<style>
span { border-color: #AA2AF9; }
span { border-color: rgb(170,42,249); }
td.TdClassName
{
border-color: #AA2AF9;
}
.TagClassName
{
border-color: #AA2AF9;
}
</style>