Shades of Electric Purple #AA09EF
Tints of Electric Purple #AA09EF
RGB
CMYK
RGB Variations
Color information
#AA09EF (or 0xAA09EF) is known color: Electric Purple. HEX triplet: AA, 09 and EF. RGB value is (170,9,239). Sum of RGB (Red+Green+Blue) = 170+9+239=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA09EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09EF is #55F610. Grayscale: #525252. Windows color (decimal): -5633553 or 15665578. OLE color: 15665578.
HSL color Cylindrical-coordinate representation of color #AA09EF: hue angle of 282º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09EF is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 9 | 239 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.06 |
| HSL | 282º | 0.93% | 0.49% | - |
| HSV(B) | 282º | 0.96% | 0.94% | - |
| XYZ | 32.26 | 14.97 | 82.85 | - |
| YUV | 83.36 | 215.84 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 239 | 0.29 | 0.96 | 0 | 0.06 | 282 | 0.93 | 0.49 |
| Hex | AA | 9 | EF | 1D | 60 | 0 | 6 | 11A | 5D | 31 |
| Octal | 252 | 11 | 357 | 35 | 140 | 0 | 6 | 432 | 135 | 61 |
| Binary | 10101010 | 1001 | 11101111 | 11101 | 1100000 | 0 | 110 | 100011010 | 1011101 | 110001 |
Color Harmonies of #AA09EF
Complementary color
Monochromatic Colors of #AA09EF
Black with #AA09EF
Text Example
Text Example
White with #AA09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09EF; }
p { color: rgb(170,9,239); }
H1.HeaderClassName
{
color: #AA09EF;
}
.AnyTagClassName
{
color: #AA09EF;
}
</style>
background-color css
<style>
a { background-color: #AA09EF; }
a { background-color: rgb(170,9,239); }
div.DivClassName
{
background-color: #AA09EF;
}
.BgClassName
{
background-color: #AA09EF;
}
</style>
border-color css
<style>
span { border-color: #AA09EF; }
span { border-color: rgb(170,9,239); }
td.TdClassName
{
border-color: #AA09EF;
}
.TagClassName
{
border-color: #AA09EF;
}
</style>