Shades of Blue Violet #AA30FA
Tints of Blue Violet #AA30FA
RGB
CMYK
RGB Variations
Color information
#AA30FA (or 0xAA30FA) is known color: Blue Violet. HEX triplet: AA, 30 and FA. RGB value is (170,48,250). Sum of RGB (Red+Green+Blue) = 170+48+250=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA30FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30FA is #55CF05. Grayscale: #6A6A6A. Windows color (decimal): -5623558 or 16396458. OLE color: 16396458.
HSL color Cylindrical-coordinate representation of color #AA30FA: hue angle of 276.24º degrees, saturation: 0.95, 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 #AA30FA is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 48 | 250 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.02 |
| HSL | 276.24º | 0.95% | 0.58% | - |
| HSV(B) | 276.24º | 0.81% | 0.98% | - |
| XYZ | 34.89 | 17.56 | 91.99 | - |
| YUV | 107.51 | 208.42 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 250 | 0.32 | 0.81 | 0 | 0.02 | 276.24 | 0.95 | 0.58 |
| Hex | AA | 30 | FA | 20 | 51 | 0 | 2 | 114 | 5F | 3A |
| Octal | 252 | 60 | 372 | 40 | 121 | 0 | 2 | 424 | 137 | 72 |
| Binary | 10101010 | 110000 | 11111010 | 100000 | 1010001 | 0 | 10 | 100010100 | 1011111 | 111010 |
Color Harmonies of #AA30FA
Complementary color
Monochromatic Colors of #AA30FA
Black with #AA30FA
Text Example
Text Example
White with #AA30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30FA; }
p { color: rgb(170,48,250); }
H1.HeaderClassName
{
color: #AA30FA;
}
.AnyTagClassName
{
color: #AA30FA;
}
</style>
background-color css
<style>
a { background-color: #AA30FA; }
a { background-color: rgb(170,48,250); }
div.DivClassName
{
background-color: #AA30FA;
}
.BgClassName
{
background-color: #AA30FA;
}
</style>
border-color css
<style>
span { border-color: #AA30FA; }
span { border-color: rgb(170,48,250); }
td.TdClassName
{
border-color: #AA30FA;
}
.TagClassName
{
border-color: #AA30FA;
}
</style>