Shades of Blue Violet #AA2EFC
Tints of Blue Violet #AA2EFC
RGB
CMYK
RGB Variations
Color information
#AA2EFC (or 0xAA2EFC) is known color: Blue Violet. HEX triplet: AA, 2E and FC. RGB value is (170,46,252). Sum of RGB (Red+Green+Blue) = 170+46+252=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA2EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EFC is #55D103. Grayscale: #696969. Windows color (decimal): -5624068 or 16527018. OLE color: 16527018.
HSL color Cylindrical-coordinate representation of color #AA2EFC: hue angle of 276.12º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2EFC is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 46 | 252 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.01 |
| HSL | 276.12º | 0.97% | 0.58% | - |
| HSV(B) | 276.12º | 0.82% | 0.99% | - |
| XYZ | 35.13 | 17.53 | 93.63 | - |
| YUV | 106.56 | 210.08 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 252 | 0.33 | 0.82 | 0 | 0.01 | 276.12 | 0.97 | 0.58 |
| Hex | AA | 2E | FC | 21 | 52 | 0 | 1 | 114 | 61 | 3A |
| Octal | 252 | 56 | 374 | 41 | 122 | 0 | 1 | 424 | 141 | 72 |
| Binary | 10101010 | 101110 | 11111100 | 100001 | 1010010 | 0 | 1 | 100010100 | 1100001 | 111010 |
Color Harmonies of #AA2EFC
Complementary color
Monochromatic Colors of #AA2EFC
Black with #AA2EFC
Text Example
Text Example
White with #AA2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EFC; }
p { color: rgb(170,46,252); }
H1.HeaderClassName
{
color: #AA2EFC;
}
.AnyTagClassName
{
color: #AA2EFC;
}
</style>
background-color css
<style>
a { background-color: #AA2EFC; }
a { background-color: rgb(170,46,252); }
div.DivClassName
{
background-color: #AA2EFC;
}
.BgClassName
{
background-color: #AA2EFC;
}
</style>
border-color css
<style>
span { border-color: #AA2EFC; }
span { border-color: rgb(170,46,252); }
td.TdClassName
{
border-color: #AA2EFC;
}
.TagClassName
{
border-color: #AA2EFC;
}
</style>