Shades of Blue Violet #AA2EFD
Tints of Blue Violet #AA2EFD
RGB
CMYK
RGB Variations
Color information
#AA2EFD (or 0xAA2EFD) is known color: Blue Violet. HEX triplet: AA, 2E and FD. RGB value is (170,46,253). Sum of RGB (Red+Green+Blue) = 170+46+253=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA2EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EFD is #55D102. Grayscale: #696969. Windows color (decimal): -5624067 or 16592554. OLE color: 16592554.
HSL color Cylindrical-coordinate representation of color #AA2EFD: hue angle of 275.94º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2EFD is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 46 | 253 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.01 |
| HSL | 275.94º | 0.98% | 0.59% | - |
| HSV(B) | 275.94º | 0.82% | 0.99% | - |
| XYZ | 35.28 | 17.59 | 94.46 | - |
| YUV | 106.67 | 210.58 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 253 | 0.33 | 0.82 | 0 | 0.01 | 275.94 | 0.98 | 0.59 |
| Hex | AA | 2E | FD | 21 | 52 | 0 | 1 | 114 | 62 | 3B |
| Octal | 252 | 56 | 375 | 41 | 122 | 0 | 1 | 424 | 142 | 73 |
| Binary | 10101010 | 101110 | 11111101 | 100001 | 1010010 | 0 | 1 | 100010100 | 1100010 | 111011 |
Color Harmonies of #AA2EFD
Complementary color
Monochromatic Colors of #AA2EFD
Black with #AA2EFD
Text Example
Text Example
White with #AA2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EFD; }
p { color: rgb(170,46,253); }
H1.HeaderClassName
{
color: #AA2EFD;
}
.AnyTagClassName
{
color: #AA2EFD;
}
</style>
background-color css
<style>
a { background-color: #AA2EFD; }
a { background-color: rgb(170,46,253); }
div.DivClassName
{
background-color: #AA2EFD;
}
.BgClassName
{
background-color: #AA2EFD;
}
</style>
border-color css
<style>
span { border-color: #AA2EFD; }
span { border-color: rgb(170,46,253); }
td.TdClassName
{
border-color: #AA2EFD;
}
.TagClassName
{
border-color: #AA2EFD;
}
</style>