Shades of Blue Violet #AA30F3
Tints of Blue Violet #AA30F3
RGB
CMYK
RGB Variations
Color information
#AA30F3 (or 0xAA30F3) is known color: Blue Violet. HEX triplet: AA, 30 and F3. RGB value is (170,48,243). Sum of RGB (Red+Green+Blue) = 170+48+243=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA30F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30F3 is #55CF0C. Grayscale: #6A6A6A. Windows color (decimal): -5623565 or 15937706. OLE color: 15937706.
HSL color Cylindrical-coordinate representation of color #AA30F3: hue angle of 277.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA30F3 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 48 | 243 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.05 |
| HSL | 277.54º | 0.89% | 0.57% | - |
| HSV(B) | 277.54º | 0.8% | 0.95% | - |
| XYZ | 33.81 | 17.13 | 86.32 | - |
| YUV | 106.71 | 204.92 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 243 | 0.30 | 0.80 | 0 | 0.05 | 277.54 | 0.89 | 0.57 |
| Hex | AA | 30 | F3 | 1E | 50 | 0 | 5 | 116 | 59 | 39 |
| Octal | 252 | 60 | 363 | 36 | 120 | 0 | 5 | 426 | 131 | 71 |
| Binary | 10101010 | 110000 | 11110011 | 11110 | 1010000 | 0 | 101 | 100010110 | 1011001 | 111001 |
Color Harmonies of #AA30F3
Complementary color
Monochromatic Colors of #AA30F3
Black with #AA30F3
Text Example
Text Example
White with #AA30F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30F3; }
p { color: rgb(170,48,243); }
H1.HeaderClassName
{
color: #AA30F3;
}
.AnyTagClassName
{
color: #AA30F3;
}
</style>
background-color css
<style>
a { background-color: #AA30F3; }
a { background-color: rgb(170,48,243); }
div.DivClassName
{
background-color: #AA30F3;
}
.BgClassName
{
background-color: #AA30F3;
}
</style>
border-color css
<style>
span { border-color: #AA30F3; }
span { border-color: rgb(170,48,243); }
td.TdClassName
{
border-color: #AA30F3;
}
.TagClassName
{
border-color: #AA30F3;
}
</style>