Shades of Electric Purple #AA09FE
Tints of Electric Purple #AA09FE
RGB
CMYK
RGB Variations
Color information
#AA09FE (or 0xAA09FE) is known color: Electric Purple. HEX triplet: AA, 09 and FE. RGB value is (170,9,254). Sum of RGB (Red+Green+Blue) = 170+9+254=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09FE is #55F601. Grayscale: #545454. Windows color (decimal): -5633538 or 16648618. OLE color: 16648618.
HSL color Cylindrical-coordinate representation of color #AA09FE: hue angle of 279.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09FE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 9 | 254 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.00 |
| HSL | 279.43º | 0.99% | 0.52% | - |
| HSV(B) | 279.43º | 0.96% | 1% | - |
| XYZ | 34.56 | 15.9 | 95.01 | - |
| YUV | 85.07 | 223.34 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 254 | 0.33 | 0.96 | 0 | 0.00 | 279.43 | 0.99 | 0.52 |
| Hex | AA | 9 | FE | 21 | 60 | 0 | 0 | 117 | 63 | 34 |
| Octal | 252 | 11 | 376 | 41 | 140 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101010 | 1001 | 11111110 | 100001 | 1100000 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #AA09FE
Complementary color
Monochromatic Colors of #AA09FE
Black with #AA09FE
Text Example
Text Example
White with #AA09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09FE; }
p { color: rgb(170,9,254); }
H1.HeaderClassName
{
color: #AA09FE;
}
.AnyTagClassName
{
color: #AA09FE;
}
</style>
background-color css
<style>
a { background-color: #AA09FE; }
a { background-color: rgb(170,9,254); }
div.DivClassName
{
background-color: #AA09FE;
}
.BgClassName
{
background-color: #AA09FE;
}
</style>
border-color css
<style>
span { border-color: #AA09FE; }
span { border-color: rgb(170,9,254); }
td.TdClassName
{
border-color: #AA09FE;
}
.TagClassName
{
border-color: #AA09FE;
}
</style>