Shades of Electric Purple #AA18EF
Tints of Electric Purple #AA18EF
RGB
CMYK
RGB Variations
Color information
#AA18EF (or 0xAA18EF) is known color: Electric Purple. HEX triplet: AA, 18 and EF. RGB value is (170,24,239). Sum of RGB (Red+Green+Blue) = 170+24+239=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA18EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18EF is #55E710. Grayscale: #5B5B5B. Windows color (decimal): -5629713 or 15669418. OLE color: 15669418.
HSL color Cylindrical-coordinate representation of color #AA18EF: hue angle of 280.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA18EF is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 24 | 239 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.06 |
| HSL | 280.74º | 0.87% | 0.52% | - |
| HSV(B) | 280.74º | 0.9% | 0.94% | - |
| XYZ | 32.48 | 15.43 | 82.93 | - |
| YUV | 92.16 | 210.87 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 239 | 0.29 | 0.90 | 0 | 0.06 | 280.74 | 0.87 | 0.52 |
| Hex | AA | 18 | EF | 1D | 5A | 0 | 6 | 119 | 57 | 34 |
| Octal | 252 | 30 | 357 | 35 | 132 | 0 | 6 | 431 | 127 | 64 |
| Binary | 10101010 | 11000 | 11101111 | 11101 | 1011010 | 0 | 110 | 100011001 | 1010111 | 110100 |
Color Harmonies of #AA18EF
Complementary color
Monochromatic Colors of #AA18EF
Black with #AA18EF
Text Example
Text Example
White with #AA18EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18EF; }
p { color: rgb(170,24,239); }
H1.HeaderClassName
{
color: #AA18EF;
}
.AnyTagClassName
{
color: #AA18EF;
}
</style>
background-color css
<style>
a { background-color: #AA18EF; }
a { background-color: rgb(170,24,239); }
div.DivClassName
{
background-color: #AA18EF;
}
.BgClassName
{
background-color: #AA18EF;
}
</style>
border-color css
<style>
span { border-color: #AA18EF; }
span { border-color: rgb(170,24,239); }
td.TdClassName
{
border-color: #AA18EF;
}
.TagClassName
{
border-color: #AA18EF;
}
</style>