Shades of Electric Purple #AA1EFC
Tints of Electric Purple #AA1EFC
RGB
CMYK
RGB Variations
Color information
#AA1EFC (or 0xAA1EFC) is known color: Electric Purple. HEX triplet: AA, 1E and FC. RGB value is (170,30,252). Sum of RGB (Red+Green+Blue) = 170+30+252=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA1EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EFC is #55E103. Grayscale: #606060. Windows color (decimal): -5628164 or 16522922. OLE color: 16522922.
HSL color Cylindrical-coordinate representation of color #AA1EFC: hue angle of 277.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1EFC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 30 | 252 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.01 |
| HSL | 277.84º | 0.97% | 0.55% | - |
| HSV(B) | 277.84º | 0.88% | 0.99% | - |
| XYZ | 34.61 | 16.5 | 93.46 | - |
| YUV | 97.17 | 215.38 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 252 | 0.33 | 0.88 | 0 | 0.01 | 277.84 | 0.97 | 0.55 |
| Hex | AA | 1E | FC | 21 | 58 | 0 | 1 | 116 | 61 | 37 |
| Octal | 252 | 36 | 374 | 41 | 130 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101010 | 11110 | 11111100 | 100001 | 1011000 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #AA1EFC
Complementary color
Monochromatic Colors of #AA1EFC
Black with #AA1EFC
Text Example
Text Example
White with #AA1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EFC; }
p { color: rgb(170,30,252); }
H1.HeaderClassName
{
color: #AA1EFC;
}
.AnyTagClassName
{
color: #AA1EFC;
}
</style>
background-color css
<style>
a { background-color: #AA1EFC; }
a { background-color: rgb(170,30,252); }
div.DivClassName
{
background-color: #AA1EFC;
}
.BgClassName
{
background-color: #AA1EFC;
}
</style>
border-color css
<style>
span { border-color: #AA1EFC; }
span { border-color: rgb(170,30,252); }
td.TdClassName
{
border-color: #AA1EFC;
}
.TagClassName
{
border-color: #AA1EFC;
}
</style>