Shades of Blue Violet #AA30F5
Tints of Blue Violet #AA30F5
RGB
CMYK
RGB Variations
Color information
#AA30F5 (or 0xAA30F5) is known color: Blue Violet. HEX triplet: AA, 30 and F5. RGB value is (170,48,245). Sum of RGB (Red+Green+Blue) = 170+48+245=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA30F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30F5 is #55CF0A. Grayscale: #6A6A6A. Windows color (decimal): -5623563 or 16068778. OLE color: 16068778.
HSL color Cylindrical-coordinate representation of color #AA30F5: hue angle of 277.16º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA30F5 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 48 | 245 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.04 |
| HSL | 277.16º | 0.91% | 0.57% | - |
| HSV(B) | 277.16º | 0.8% | 0.96% | - |
| XYZ | 34.12 | 17.25 | 87.92 | - |
| YUV | 106.94 | 205.92 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 245 | 0.31 | 0.80 | 0 | 0.04 | 277.16 | 0.91 | 0.57 |
| Hex | AA | 30 | F5 | 1F | 50 | 0 | 4 | 115 | 5B | 39 |
| Octal | 252 | 60 | 365 | 37 | 120 | 0 | 4 | 425 | 133 | 71 |
| Binary | 10101010 | 110000 | 11110101 | 11111 | 1010000 | 0 | 100 | 100010101 | 1011011 | 111001 |
Color Harmonies of #AA30F5
Complementary color
Monochromatic Colors of #AA30F5
Black with #AA30F5
Text Example
Text Example
White with #AA30F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30F5; }
p { color: rgb(170,48,245); }
H1.HeaderClassName
{
color: #AA30F5;
}
.AnyTagClassName
{
color: #AA30F5;
}
</style>
background-color css
<style>
a { background-color: #AA30F5; }
a { background-color: rgb(170,48,245); }
div.DivClassName
{
background-color: #AA30F5;
}
.BgClassName
{
background-color: #AA30F5;
}
</style>
border-color css
<style>
span { border-color: #AA30F5; }
span { border-color: rgb(170,48,245); }
td.TdClassName
{
border-color: #AA30F5;
}
.TagClassName
{
border-color: #AA30F5;
}
</style>