Shades of Blue Violet #AA30EF
Tints of Blue Violet #AA30EF
RGB
CMYK
RGB Variations
Color information
#AA30EF (or 0xAA30EF) is known color: Blue Violet. HEX triplet: AA, 30 and EF. RGB value is (170,48,239). Sum of RGB (Red+Green+Blue) = 170+48+239=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA30EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30EF is #55CF10. Grayscale: #696969. Windows color (decimal): -5623569 or 15675562. OLE color: 15675562.
HSL color Cylindrical-coordinate representation of color #AA30EF: hue angle of 278.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA30EF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 48 | 239 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.06 |
| HSL | 278.32º | 0.86% | 0.56% | - |
| HSV(B) | 278.32º | 0.8% | 0.94% | - |
| XYZ | 33.21 | 16.89 | 83.17 | - |
| YUV | 106.25 | 202.92 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 239 | 0.29 | 0.80 | 0 | 0.06 | 278.32 | 0.86 | 0.56 |
| Hex | AA | 30 | EF | 1D | 50 | 0 | 6 | 116 | 56 | 38 |
| Octal | 252 | 60 | 357 | 35 | 120 | 0 | 6 | 426 | 126 | 70 |
| Binary | 10101010 | 110000 | 11101111 | 11101 | 1010000 | 0 | 110 | 100010110 | 1010110 | 111000 |
Color Harmonies of #AA30EF
Complementary color
Monochromatic Colors of #AA30EF
Black with #AA30EF
Text Example
Text Example
White with #AA30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30EF; }
p { color: rgb(170,48,239); }
H1.HeaderClassName
{
color: #AA30EF;
}
.AnyTagClassName
{
color: #AA30EF;
}
</style>
background-color css
<style>
a { background-color: #AA30EF; }
a { background-color: rgb(170,48,239); }
div.DivClassName
{
background-color: #AA30EF;
}
.BgClassName
{
background-color: #AA30EF;
}
</style>
border-color css
<style>
span { border-color: #AA30EF; }
span { border-color: rgb(170,48,239); }
td.TdClassName
{
border-color: #AA30EF;
}
.TagClassName
{
border-color: #AA30EF;
}
</style>