Shades of Blue Violet #AA2EEF
Tints of Blue Violet #AA2EEF
RGB
CMYK
RGB Variations
Color information
#AA2EEF (or 0xAA2EEF) is known color: Blue Violet. HEX triplet: AA, 2E and EF. RGB value is (170,46,239). Sum of RGB (Red+Green+Blue) = 170+46+239=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA2EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EEF is #55D110. Grayscale: #686868. Windows color (decimal): -5624081 or 15675050. OLE color: 15675050.
HSL color Cylindrical-coordinate representation of color #AA2EEF: hue angle of 278.55º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2EEF is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 46 | 239 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.06 |
| HSL | 278.55º | 0.86% | 0.56% | - |
| HSV(B) | 278.55º | 0.81% | 0.94% | - |
| XYZ | 33.13 | 16.73 | 83.14 | - |
| YUV | 105.08 | 203.58 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 239 | 0.29 | 0.81 | 0 | 0.06 | 278.55 | 0.86 | 0.56 |
| Hex | AA | 2E | EF | 1D | 51 | 0 | 6 | 117 | 56 | 38 |
| Octal | 252 | 56 | 357 | 35 | 121 | 0 | 6 | 427 | 126 | 70 |
| Binary | 10101010 | 101110 | 11101111 | 11101 | 1010001 | 0 | 110 | 100010111 | 1010110 | 111000 |
Color Harmonies of #AA2EEF
Complementary color
Monochromatic Colors of #AA2EEF
Black with #AA2EEF
Text Example
Text Example
White with #AA2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EEF; }
p { color: rgb(170,46,239); }
H1.HeaderClassName
{
color: #AA2EEF;
}
.AnyTagClassName
{
color: #AA2EEF;
}
</style>
background-color css
<style>
a { background-color: #AA2EEF; }
a { background-color: rgb(170,46,239); }
div.DivClassName
{
background-color: #AA2EEF;
}
.BgClassName
{
background-color: #AA2EEF;
}
</style>
border-color css
<style>
span { border-color: #AA2EEF; }
span { border-color: rgb(170,46,239); }
td.TdClassName
{
border-color: #AA2EEF;
}
.TagClassName
{
border-color: #AA2EEF;
}
</style>