Shades of Electric Purple #AA15EA
Tints of Electric Purple #AA15EA
RGB
CMYK
RGB Variations
Color information
#AA15EA (or 0xAA15EA) is known color: Electric Purple. HEX triplet: AA, 15 and EA. RGB value is (170,21,234). Sum of RGB (Red+Green+Blue) = 170+21+234=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA15EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15EA is #55EA15. Grayscale: #595959. Windows color (decimal): -5630486 or 15340970. OLE color: 15340970.
HSL color Cylindrical-coordinate representation of color #AA15EA: hue angle of 281.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15EA is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 21 | 234 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.08 |
| HSL | 281.97º | 0.84% | 0.5% | - |
| HSV(B) | 281.97º | 0.91% | 0.92% | - |
| XYZ | 31.7 | 15.02 | 79.07 | - |
| YUV | 89.83 | 209.36 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 234 | 0.27 | 0.91 | 0 | 0.08 | 281.97 | 0.84 | 0.5 |
| Hex | AA | 15 | EA | 1B | 5B | 0 | 8 | 11A | 54 | 32 |
| Octal | 252 | 25 | 352 | 33 | 133 | 0 | 10 | 432 | 124 | 62 |
| Binary | 10101010 | 10101 | 11101010 | 11011 | 1011011 | 0 | 1000 | 100011010 | 1010100 | 110010 |
Color Harmonies of #AA15EA
Complementary color
Monochromatic Colors of #AA15EA
Black with #AA15EA
Text Example
Text Example
White with #AA15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15EA; }
p { color: rgb(170,21,234); }
H1.HeaderClassName
{
color: #AA15EA;
}
.AnyTagClassName
{
color: #AA15EA;
}
</style>
background-color css
<style>
a { background-color: #AA15EA; }
a { background-color: rgb(170,21,234); }
div.DivClassName
{
background-color: #AA15EA;
}
.BgClassName
{
background-color: #AA15EA;
}
</style>
border-color css
<style>
span { border-color: #AA15EA; }
span { border-color: rgb(170,21,234); }
td.TdClassName
{
border-color: #AA15EA;
}
.TagClassName
{
border-color: #AA15EA;
}
</style>