Shades of Blue Violet #AA2EFF
Tints of Blue Violet #AA2EFF
RGB
CMYK
RGB Variations
Color information
#AA2EFF (or 0xAA2EFF) is known color: Blue Violet. HEX triplet: AA, 2E and FF. RGB value is (170,46,255). Sum of RGB (Red+Green+Blue) = 170+46+255=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EFF is #55D100. Grayscale: #6A6A6A. Windows color (decimal): -5624065 or 16723626. OLE color: 16723626.
HSL color Cylindrical-coordinate representation of color #AA2EFF: hue angle of 275.6º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2EFF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 46 | 255 | - |
| CMYK | 0.33 | 0.82 | 0 | 0 |
| HSL | 275.6º | 1% | 0.59% | - |
| HSV(B) | 275.6º | 0.82% | 1% | - |
| XYZ | 35.6 | 17.72 | 96.15 | - |
| YUV | 106.9 | 211.58 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 255 | 0.33 | 0.82 | 0 | 0 | 275.6 | 1 | 0.59 |
| Hex | AA | 2E | FF | 21 | 52 | 0 | 0 | 114 | 64 | 3B |
| Octal | 252 | 56 | 377 | 41 | 122 | 0 | 0 | 424 | 144 | 73 |
| Binary | 10101010 | 101110 | 11111111 | 100001 | 1010010 | 0 | 0 | 100010100 | 1100100 | 111011 |
Color Harmonies of #AA2EFF
Complementary color
Monochromatic Colors of #AA2EFF
Black with #AA2EFF
Text Example
Text Example
White with #AA2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EFF; }
p { color: rgb(170,46,255); }
H1.HeaderClassName
{
color: #AA2EFF;
}
.AnyTagClassName
{
color: #AA2EFF;
}
</style>
background-color css
<style>
a { background-color: #AA2EFF; }
a { background-color: rgb(170,46,255); }
div.DivClassName
{
background-color: #AA2EFF;
}
.BgClassName
{
background-color: #AA2EFF;
}
</style>
border-color css
<style>
span { border-color: #AA2EFF; }
span { border-color: rgb(170,46,255); }
td.TdClassName
{
border-color: #AA2EFF;
}
.TagClassName
{
border-color: #AA2EFF;
}
</style>