Shades of Blue Violet #AA32F9
Tints of Blue Violet #AA32F9
RGB
CMYK
RGB Variations
Color information
#AA32F9 (or 0xAA32F9) is known color: Blue Violet. HEX triplet: AA, 32 and F9. RGB value is (170,50,249). Sum of RGB (Red+Green+Blue) = 170+50+249=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA32F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32F9 is #55CD06. Grayscale: #6B6B6B. Windows color (decimal): -5623047 or 16331434. OLE color: 16331434.
HSL color Cylindrical-coordinate representation of color #AA32F9: hue angle of 276.18º degrees, saturation: 0.94, 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 #AA32F9 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 50 | 249 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.02 |
| HSL | 276.18º | 0.94% | 0.59% | - |
| HSV(B) | 276.18º | 0.8% | 0.98% | - |
| XYZ | 34.82 | 17.67 | 91.2 | - |
| YUV | 108.57 | 207.26 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 249 | 0.32 | 0.80 | 0 | 0.02 | 276.18 | 0.94 | 0.59 |
| Hex | AA | 32 | F9 | 20 | 50 | 0 | 2 | 114 | 5E | 3B |
| Octal | 252 | 62 | 371 | 40 | 120 | 0 | 2 | 424 | 136 | 73 |
| Binary | 10101010 | 110010 | 11111001 | 100000 | 1010000 | 0 | 10 | 100010100 | 1011110 | 111011 |
Color Harmonies of #AA32F9
Complementary color
Monochromatic Colors of #AA32F9
Black with #AA32F9
Text Example
Text Example
White with #AA32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32F9; }
p { color: rgb(170,50,249); }
H1.HeaderClassName
{
color: #AA32F9;
}
.AnyTagClassName
{
color: #AA32F9;
}
</style>
background-color css
<style>
a { background-color: #AA32F9; }
a { background-color: rgb(170,50,249); }
div.DivClassName
{
background-color: #AA32F9;
}
.BgClassName
{
background-color: #AA32F9;
}
</style>
border-color css
<style>
span { border-color: #AA32F9; }
span { border-color: rgb(170,50,249); }
td.TdClassName
{
border-color: #AA32F9;
}
.TagClassName
{
border-color: #AA32F9;
}
</style>