Shades of Electric Purple #AA1EFB
Tints of Electric Purple #AA1EFB
RGB
CMYK
RGB Variations
Color information
#AA1EFB (or 0xAA1EFB) is known color: Electric Purple. HEX triplet: AA, 1E and FB. RGB value is (170,30,251). Sum of RGB (Red+Green+Blue) = 170+30+251=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA1EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EFB is #55E104. Grayscale: #606060. Windows color (decimal): -5628165 or 16457386. OLE color: 16457386.
HSL color Cylindrical-coordinate representation of color #AA1EFB: hue angle of 278.01º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1EFB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 30 | 251 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.02 |
| HSL | 278.01º | 0.97% | 0.55% | - |
| HSV(B) | 278.01º | 0.88% | 0.98% | - |
| XYZ | 34.45 | 16.44 | 92.62 | - |
| YUV | 97.05 | 214.88 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 251 | 0.32 | 0.88 | 0 | 0.02 | 278.01 | 0.97 | 0.55 |
| Hex | AA | 1E | FB | 20 | 58 | 0 | 2 | 116 | 61 | 37 |
| Octal | 252 | 36 | 373 | 40 | 130 | 0 | 2 | 426 | 141 | 67 |
| Binary | 10101010 | 11110 | 11111011 | 100000 | 1011000 | 0 | 10 | 100010110 | 1100001 | 110111 |
Color Harmonies of #AA1EFB
Complementary color
Monochromatic Colors of #AA1EFB
Black with #AA1EFB
Text Example
Text Example
White with #AA1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EFB; }
p { color: rgb(170,30,251); }
H1.HeaderClassName
{
color: #AA1EFB;
}
.AnyTagClassName
{
color: #AA1EFB;
}
</style>
background-color css
<style>
a { background-color: #AA1EFB; }
a { background-color: rgb(170,30,251); }
div.DivClassName
{
background-color: #AA1EFB;
}
.BgClassName
{
background-color: #AA1EFB;
}
</style>
border-color css
<style>
span { border-color: #AA1EFB; }
span { border-color: rgb(170,30,251); }
td.TdClassName
{
border-color: #AA1EFB;
}
.TagClassName
{
border-color: #AA1EFB;
}
</style>