Shades of Blue Violet #AA2EF2
Tints of Blue Violet #AA2EF2
RGB
CMYK
RGB Variations
Color information
#AA2EF2 (or 0xAA2EF2) is known color: Blue Violet. HEX triplet: AA, 2E and F2. RGB value is (170,46,242). Sum of RGB (Red+Green+Blue) = 170+46+242=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA2EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EF2 is #55D10D. Grayscale: #686868. Windows color (decimal): -5624078 or 15871658. OLE color: 15871658.
HSL color Cylindrical-coordinate representation of color #AA2EF2: hue angle of 277.96º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2EF2 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 46 | 242 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.05 |
| HSL | 277.96º | 0.88% | 0.56% | - |
| HSV(B) | 277.96º | 0.81% | 0.95% | - |
| XYZ | 33.58 | 16.91 | 85.5 | - |
| YUV | 105.42 | 205.08 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 242 | 0.30 | 0.81 | 0 | 0.05 | 277.96 | 0.88 | 0.56 |
| Hex | AA | 2E | F2 | 1E | 51 | 0 | 5 | 116 | 58 | 38 |
| Octal | 252 | 56 | 362 | 36 | 121 | 0 | 5 | 426 | 130 | 70 |
| Binary | 10101010 | 101110 | 11110010 | 11110 | 1010001 | 0 | 101 | 100010110 | 1011000 | 111000 |
Color Harmonies of #AA2EF2
Complementary color
Monochromatic Colors of #AA2EF2
Black with #AA2EF2
Text Example
Text Example
White with #AA2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EF2; }
p { color: rgb(170,46,242); }
H1.HeaderClassName
{
color: #AA2EF2;
}
.AnyTagClassName
{
color: #AA2EF2;
}
</style>
background-color css
<style>
a { background-color: #AA2EF2; }
a { background-color: rgb(170,46,242); }
div.DivClassName
{
background-color: #AA2EF2;
}
.BgClassName
{
background-color: #AA2EF2;
}
</style>
border-color css
<style>
span { border-color: #AA2EF2; }
span { border-color: rgb(170,46,242); }
td.TdClassName
{
border-color: #AA2EF2;
}
.TagClassName
{
border-color: #AA2EF2;
}
</style>