Shades of Blue Violet #AA30ED
Tints of Blue Violet #AA30ED
RGB
CMYK
RGB Variations
Color information
#AA30ED (or 0xAA30ED) is known color: Blue Violet. HEX triplet: AA, 30 and ED. RGB value is (170,48,237). Sum of RGB (Red+Green+Blue) = 170+48+237=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA30ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30ED is #55CF12. Grayscale: #696969. Windows color (decimal): -5623571 or 15544490. OLE color: 15544490.
HSL color Cylindrical-coordinate representation of color #AA30ED: hue angle of 278.73º degrees, saturation: 0.84, 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 #AA30ED is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 48 | 237 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.07 |
| HSL | 278.73º | 0.84% | 0.56% | - |
| HSV(B) | 278.73º | 0.8% | 0.93% | - |
| XYZ | 32.92 | 16.77 | 81.62 | - |
| YUV | 106.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 237 | 0.28 | 0.80 | 0 | 0.07 | 278.73 | 0.84 | 0.56 |
| Hex | AA | 30 | ED | 1C | 50 | 0 | 7 | 117 | 54 | 38 |
| Octal | 252 | 60 | 355 | 34 | 120 | 0 | 7 | 427 | 124 | 70 |
| Binary | 10101010 | 110000 | 11101101 | 11100 | 1010000 | 0 | 111 | 100010111 | 1010100 | 111000 |
Color Harmonies of #AA30ED
Complementary color
Monochromatic Colors of #AA30ED
Black with #AA30ED
Text Example
Text Example
White with #AA30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30ED; }
p { color: rgb(170,48,237); }
H1.HeaderClassName
{
color: #AA30ED;
}
.AnyTagClassName
{
color: #AA30ED;
}
</style>
background-color css
<style>
a { background-color: #AA30ED; }
a { background-color: rgb(170,48,237); }
div.DivClassName
{
background-color: #AA30ED;
}
.BgClassName
{
background-color: #AA30ED;
}
</style>
border-color css
<style>
span { border-color: #AA30ED; }
span { border-color: rgb(170,48,237); }
td.TdClassName
{
border-color: #AA30ED;
}
.TagClassName
{
border-color: #AA30ED;
}
</style>