Shades of Electric Purple #AA11EF
Tints of Electric Purple #AA11EF
RGB
CMYK
RGB Variations
Color information
#AA11EF (or 0xAA11EF) is known color: Electric Purple. HEX triplet: AA, 11 and EF. RGB value is (170,17,239). Sum of RGB (Red+Green+Blue) = 170+17+239=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA11EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA11EF is #55EE10. Grayscale: #575757. Windows color (decimal): -5631505 or 15667626. OLE color: 15667626.
HSL color Cylindrical-coordinate representation of color #AA11EF: hue angle of 281.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA11EF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 17 | 239 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.06 |
| HSL | 281.35º | 0.87% | 0.5% | - |
| HSV(B) | 281.35º | 0.93% | 0.94% | - |
| XYZ | 32.36 | 15.18 | 82.89 | - |
| YUV | 88.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 239 | 0.29 | 0.93 | 0 | 0.06 | 281.35 | 0.87 | 0.5 |
| Hex | AA | 11 | EF | 1D | 5D | 0 | 6 | 119 | 57 | 32 |
| Octal | 252 | 21 | 357 | 35 | 135 | 0 | 6 | 431 | 127 | 62 |
| Binary | 10101010 | 10001 | 11101111 | 11101 | 1011101 | 0 | 110 | 100011001 | 1010111 | 110010 |
Color Harmonies of #AA11EF
Complementary color
Monochromatic Colors of #AA11EF
Black with #AA11EF
Text Example
Text Example
White with #AA11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11EF; }
p { color: rgb(170,17,239); }
H1.HeaderClassName
{
color: #AA11EF;
}
.AnyTagClassName
{
color: #AA11EF;
}
</style>
background-color css
<style>
a { background-color: #AA11EF; }
a { background-color: rgb(170,17,239); }
div.DivClassName
{
background-color: #AA11EF;
}
.BgClassName
{
background-color: #AA11EF;
}
</style>
border-color css
<style>
span { border-color: #AA11EF; }
span { border-color: rgb(170,17,239); }
td.TdClassName
{
border-color: #AA11EF;
}
.TagClassName
{
border-color: #AA11EF;
}
</style>