Shades of Electric Purple #AA1CEF
Tints of Electric Purple #AA1CEF
RGB
CMYK
RGB Variations
Color information
#AA1CEF (or 0xAA1CEF) is known color: Electric Purple. HEX triplet: AA, 1C and EF. RGB value is (170,28,239). Sum of RGB (Red+Green+Blue) = 170+28+239=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA1CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CEF is #55E310. Grayscale: #5D5D5D. Windows color (decimal): -5628689 or 15670442. OLE color: 15670442.
HSL color Cylindrical-coordinate representation of color #AA1CEF: hue angle of 280.38º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1CEF is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 28 | 239 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.06 |
| HSL | 280.38º | 0.87% | 0.52% | - |
| HSV(B) | 280.38º | 0.88% | 0.94% | - |
| XYZ | 32.57 | 15.61 | 82.96 | - |
| YUV | 94.51 | 209.54 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 239 | 0.29 | 0.88 | 0 | 0.06 | 280.38 | 0.87 | 0.52 |
| Hex | AA | 1C | EF | 1D | 58 | 0 | 6 | 118 | 57 | 34 |
| Octal | 252 | 34 | 357 | 35 | 130 | 0 | 6 | 430 | 127 | 64 |
| Binary | 10101010 | 11100 | 11101111 | 11101 | 1011000 | 0 | 110 | 100011000 | 1010111 | 110100 |
Color Harmonies of #AA1CEF
Complementary color
Monochromatic Colors of #AA1CEF
Black with #AA1CEF
Text Example
Text Example
White with #AA1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CEF; }
p { color: rgb(170,28,239); }
H1.HeaderClassName
{
color: #AA1CEF;
}
.AnyTagClassName
{
color: #AA1CEF;
}
</style>
background-color css
<style>
a { background-color: #AA1CEF; }
a { background-color: rgb(170,28,239); }
div.DivClassName
{
background-color: #AA1CEF;
}
.BgClassName
{
background-color: #AA1CEF;
}
</style>
border-color css
<style>
span { border-color: #AA1CEF; }
span { border-color: rgb(170,28,239); }
td.TdClassName
{
border-color: #AA1CEF;
}
.TagClassName
{
border-color: #AA1CEF;
}
</style>