Shades of Electric Purple #AA10EF
Tints of Electric Purple #AA10EF
RGB
CMYK
RGB Variations
Color information
#AA10EF (or 0xAA10EF) is known color: Electric Purple. HEX triplet: AA, 10 and EF. RGB value is (170,16,239). Sum of RGB (Red+Green+Blue) = 170+16+239=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA10EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10EF is #55EF10. Grayscale: #565656. Windows color (decimal): -5631761 or 15667370. OLE color: 15667370.
HSL color Cylindrical-coordinate representation of color #AA10EF: hue angle of 281.43º 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 #AA10EF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 16 | 239 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.06 |
| HSL | 281.44º | 0.87% | 0.5% | - |
| HSV(B) | 281.44º | 0.93% | 0.94% | - |
| XYZ | 32.34 | 15.15 | 82.88 | - |
| YUV | 87.47 | 213.52 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 239 | 0.29 | 0.93 | 0 | 0.06 | 281.44 | 0.87 | 0.5 |
| Hex | AA | 10 | EF | 1D | 5D | 0 | 6 | 119 | 57 | 32 |
| Octal | 252 | 20 | 357 | 35 | 135 | 0 | 6 | 431 | 127 | 62 |
| Binary | 10101010 | 10000 | 11101111 | 11101 | 1011101 | 0 | 110 | 100011001 | 1010111 | 110010 |
Color Harmonies of #AA10EF
Complementary color
Monochromatic Colors of #AA10EF
Black with #AA10EF
Text Example
Text Example
White with #AA10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10EF; }
p { color: rgb(170,16,239); }
H1.HeaderClassName
{
color: #AA10EF;
}
.AnyTagClassName
{
color: #AA10EF;
}
</style>
background-color css
<style>
a { background-color: #AA10EF; }
a { background-color: rgb(170,16,239); }
div.DivClassName
{
background-color: #AA10EF;
}
.BgClassName
{
background-color: #AA10EF;
}
</style>
border-color css
<style>
span { border-color: #AA10EF; }
span { border-color: rgb(170,16,239); }
td.TdClassName
{
border-color: #AA10EF;
}
.TagClassName
{
border-color: #AA10EF;
}
</style>