Shades of Blue Violet #AA30EC
Tints of Blue Violet #AA30EC
RGB
CMYK
RGB Variations
Color information
#AA30EC (or 0xAA30EC) is known color: Blue Violet. HEX triplet: AA, 30 and EC. RGB value is (170,48,236). Sum of RGB (Red+Green+Blue) = 170+48+236=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA30EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30EC is #55CF13. Grayscale: #696969. Windows color (decimal): -5623572 or 15478954. OLE color: 15478954.
HSL color Cylindrical-coordinate representation of color #AA30EC: hue angle of 278.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA30EC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 48 | 236 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.07 |
| HSL | 278.94º | 0.83% | 0.56% | - |
| HSV(B) | 278.94º | 0.8% | 0.93% | - |
| XYZ | 32.77 | 16.72 | 80.86 | - |
| YUV | 105.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 236 | 0.28 | 0.80 | 0 | 0.07 | 278.94 | 0.83 | 0.56 |
| Hex | AA | 30 | EC | 1C | 50 | 0 | 7 | 117 | 53 | 38 |
| Octal | 252 | 60 | 354 | 34 | 120 | 0 | 7 | 427 | 123 | 70 |
| Binary | 10101010 | 110000 | 11101100 | 11100 | 1010000 | 0 | 111 | 100010111 | 1010011 | 111000 |
Color Harmonies of #AA30EC
Complementary color
Monochromatic Colors of #AA30EC
Black with #AA30EC
Text Example
Text Example
White with #AA30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30EC; }
p { color: rgb(170,48,236); }
H1.HeaderClassName
{
color: #AA30EC;
}
.AnyTagClassName
{
color: #AA30EC;
}
</style>
background-color css
<style>
a { background-color: #AA30EC; }
a { background-color: rgb(170,48,236); }
div.DivClassName
{
background-color: #AA30EC;
}
.BgClassName
{
background-color: #AA30EC;
}
</style>
border-color css
<style>
span { border-color: #AA30EC; }
span { border-color: rgb(170,48,236); }
td.TdClassName
{
border-color: #AA30EC;
}
.TagClassName
{
border-color: #AA30EC;
}
</style>