Shades of Blue Violet #AA30F7
Tints of Blue Violet #AA30F7
RGB
CMYK
RGB Variations
Color information
#AA30F7 (or 0xAA30F7) is known color: Blue Violet. HEX triplet: AA, 30 and F7. RGB value is (170,48,247). Sum of RGB (Red+Green+Blue) = 170+48+247=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA30F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30F7 is #55CF08. Grayscale: #6A6A6A. Windows color (decimal): -5623561 or 16199850. OLE color: 16199850.
HSL color Cylindrical-coordinate representation of color #AA30F7: hue angle of 276.78º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA30F7 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 48 | 247 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.03 |
| HSL | 276.78º | 0.93% | 0.58% | - |
| HSV(B) | 276.78º | 0.81% | 0.97% | - |
| XYZ | 34.42 | 17.38 | 89.54 | - |
| YUV | 107.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 247 | 0.31 | 0.81 | 0 | 0.03 | 276.78 | 0.93 | 0.58 |
| Hex | AA | 30 | F7 | 1F | 51 | 0 | 3 | 115 | 5D | 3A |
| Octal | 252 | 60 | 367 | 37 | 121 | 0 | 3 | 425 | 135 | 72 |
| Binary | 10101010 | 110000 | 11110111 | 11111 | 1010001 | 0 | 11 | 100010101 | 1011101 | 111010 |
Color Harmonies of #AA30F7
Complementary color
Monochromatic Colors of #AA30F7
Black with #AA30F7
Text Example
Text Example
White with #AA30F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30F7; }
p { color: rgb(170,48,247); }
H1.HeaderClassName
{
color: #AA30F7;
}
.AnyTagClassName
{
color: #AA30F7;
}
</style>
background-color css
<style>
a { background-color: #AA30F7; }
a { background-color: rgb(170,48,247); }
div.DivClassName
{
background-color: #AA30F7;
}
.BgClassName
{
background-color: #AA30F7;
}
</style>
border-color css
<style>
span { border-color: #AA30F7; }
span { border-color: rgb(170,48,247); }
td.TdClassName
{
border-color: #AA30F7;
}
.TagClassName
{
border-color: #AA30F7;
}
</style>