Shades of Electric Purple #AA15EF
Tints of Electric Purple #AA15EF
RGB
CMYK
RGB Variations
Color information
#AA15EF (or 0xAA15EF) is known color: Electric Purple. HEX triplet: AA, 15 and EF. RGB value is (170,21,239). Sum of RGB (Red+Green+Blue) = 170+21+239=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA15EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15EF is #55EA10. Grayscale: #595959. Windows color (decimal): -5630481 or 15668650. OLE color: 15668650.
HSL color Cylindrical-coordinate representation of color #AA15EF: hue angle of 281.01º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15EF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 21 | 239 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.06 |
| HSL | 281.01º | 0.87% | 0.51% | - |
| HSV(B) | 281.01º | 0.91% | 0.94% | - |
| XYZ | 32.43 | 15.31 | 82.91 | - |
| YUV | 90.4 | 211.86 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 239 | 0.29 | 0.91 | 0 | 0.06 | 281.01 | 0.87 | 0.51 |
| Hex | AA | 15 | EF | 1D | 5B | 0 | 6 | 119 | 57 | 33 |
| Octal | 252 | 25 | 357 | 35 | 133 | 0 | 6 | 431 | 127 | 63 |
| Binary | 10101010 | 10101 | 11101111 | 11101 | 1011011 | 0 | 110 | 100011001 | 1010111 | 110011 |
Color Harmonies of #AA15EF
Complementary color
Monochromatic Colors of #AA15EF
Black with #AA15EF
Text Example
Text Example
White with #AA15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15EF; }
p { color: rgb(170,21,239); }
H1.HeaderClassName
{
color: #AA15EF;
}
.AnyTagClassName
{
color: #AA15EF;
}
</style>
background-color css
<style>
a { background-color: #AA15EF; }
a { background-color: rgb(170,21,239); }
div.DivClassName
{
background-color: #AA15EF;
}
.BgClassName
{
background-color: #AA15EF;
}
</style>
border-color css
<style>
span { border-color: #AA15EF; }
span { border-color: rgb(170,21,239); }
td.TdClassName
{
border-color: #AA15EF;
}
.TagClassName
{
border-color: #AA15EF;
}
</style>