Shades of Blue Violet #AA2DF9
Tints of Blue Violet #AA2DF9
RGB
CMYK
RGB Variations
Color information
#AA2DF9 (or 0xAA2DF9) is known color: Blue Violet. HEX triplet: AA, 2D and F9. RGB value is (170,45,249). Sum of RGB (Red+Green+Blue) = 170+45+249=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA2DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2DF9 is #55D206. Grayscale: #686868. Windows color (decimal): -5624327 or 16330154. OLE color: 16330154.
HSL color Cylindrical-coordinate representation of color #AA2DF9: hue angle of 276.76º 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 #AA2DF9 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 45 | 249 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.02 |
| HSL | 276.76º | 0.94% | 0.58% | - |
| HSV(B) | 276.76º | 0.82% | 0.98% | - |
| XYZ | 34.61 | 17.26 | 91.13 | - |
| YUV | 105.63 | 208.91 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 249 | 0.32 | 0.82 | 0 | 0.02 | 276.76 | 0.94 | 0.58 |
| Hex | AA | 2D | F9 | 20 | 52 | 0 | 2 | 115 | 5E | 3A |
| Octal | 252 | 55 | 371 | 40 | 122 | 0 | 2 | 425 | 136 | 72 |
| Binary | 10101010 | 101101 | 11111001 | 100000 | 1010010 | 0 | 10 | 100010101 | 1011110 | 111010 |
Color Harmonies of #AA2DF9
Complementary color
Monochromatic Colors of #AA2DF9
Black with #AA2DF9
Text Example
Text Example
White with #AA2DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DF9; }
p { color: rgb(170,45,249); }
H1.HeaderClassName
{
color: #AA2DF9;
}
.AnyTagClassName
{
color: #AA2DF9;
}
</style>
background-color css
<style>
a { background-color: #AA2DF9; }
a { background-color: rgb(170,45,249); }
div.DivClassName
{
background-color: #AA2DF9;
}
.BgClassName
{
background-color: #AA2DF9;
}
</style>
border-color css
<style>
span { border-color: #AA2DF9; }
span { border-color: rgb(170,45,249); }
td.TdClassName
{
border-color: #AA2DF9;
}
.TagClassName
{
border-color: #AA2DF9;
}
</style>