Shades of Electric Purple #AA1CFE
Tints of Electric Purple #AA1CFE
RGB
CMYK
RGB Variations
Color information
#AA1CFE (or 0xAA1CFE) is known color: Electric Purple. HEX triplet: AA, 1C and FE. RGB value is (170,28,254). Sum of RGB (Red+Green+Blue) = 170+28+254=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA1CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CFE is #55E301. Grayscale: #5F5F5F. Windows color (decimal): -5628674 or 16653482. OLE color: 16653482.
HSL color Cylindrical-coordinate representation of color #AA1CFE: hue angle of 277.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1CFE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 28 | 254 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.00 |
| HSL | 277.7º | 0.99% | 0.55% | - |
| HSV(B) | 277.7º | 0.89% | 1% | - |
| XYZ | 34.88 | 16.53 | 95.12 | - |
| YUV | 96.22 | 217.04 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 254 | 0.33 | 0.89 | 0 | 0.00 | 277.7 | 0.99 | 0.55 |
| Hex | AA | 1C | FE | 21 | 59 | 0 | 0 | 116 | 63 | 37 |
| Octal | 252 | 34 | 376 | 41 | 131 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101010 | 11100 | 11111110 | 100001 | 1011001 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AA1CFE
Complementary color
Monochromatic Colors of #AA1CFE
Black with #AA1CFE
Text Example
Text Example
White with #AA1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CFE; }
p { color: rgb(170,28,254); }
H1.HeaderClassName
{
color: #AA1CFE;
}
.AnyTagClassName
{
color: #AA1CFE;
}
</style>
background-color css
<style>
a { background-color: #AA1CFE; }
a { background-color: rgb(170,28,254); }
div.DivClassName
{
background-color: #AA1CFE;
}
.BgClassName
{
background-color: #AA1CFE;
}
</style>
border-color css
<style>
span { border-color: #AA1CFE; }
span { border-color: rgb(170,28,254); }
td.TdClassName
{
border-color: #AA1CFE;
}
.TagClassName
{
border-color: #AA1CFE;
}
</style>