Shades of Blue Violet #AA30F9
Tints of Blue Violet #AA30F9
RGB
CMYK
RGB Variations
Color information
#AA30F9 (or 0xAA30F9) is known color: Blue Violet. HEX triplet: AA, 30 and F9. RGB value is (170,48,249). Sum of RGB (Red+Green+Blue) = 170+48+249=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA30F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30F9 is #55CF06. Grayscale: #6A6A6A. Windows color (decimal): -5623559 or 16330922. OLE color: 16330922.
HSL color Cylindrical-coordinate representation of color #AA30F9: hue angle of 276.42º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA30F9 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 48 | 249 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.02 |
| HSL | 276.42º | 0.94% | 0.58% | - |
| HSV(B) | 276.42º | 0.81% | 0.98% | - |
| XYZ | 34.73 | 17.5 | 91.17 | - |
| YUV | 107.39 | 207.92 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 249 | 0.32 | 0.81 | 0 | 0.02 | 276.42 | 0.94 | 0.58 |
| Hex | AA | 30 | F9 | 20 | 51 | 0 | 2 | 114 | 5E | 3A |
| Octal | 252 | 60 | 371 | 40 | 121 | 0 | 2 | 424 | 136 | 72 |
| Binary | 10101010 | 110000 | 11111001 | 100000 | 1010001 | 0 | 10 | 100010100 | 1011110 | 111010 |
Color Harmonies of #AA30F9
Complementary color
Monochromatic Colors of #AA30F9
Black with #AA30F9
Text Example
Text Example
White with #AA30F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30F9; }
p { color: rgb(170,48,249); }
H1.HeaderClassName
{
color: #AA30F9;
}
.AnyTagClassName
{
color: #AA30F9;
}
</style>
background-color css
<style>
a { background-color: #AA30F9; }
a { background-color: rgb(170,48,249); }
div.DivClassName
{
background-color: #AA30F9;
}
.BgClassName
{
background-color: #AA30F9;
}
</style>
border-color css
<style>
span { border-color: #AA30F9; }
span { border-color: rgb(170,48,249); }
td.TdClassName
{
border-color: #AA30F9;
}
.TagClassName
{
border-color: #AA30F9;
}
</style>