Shades of Electric Purple #AA09F9
Tints of Electric Purple #AA09F9
RGB
CMYK
RGB Variations
Color information
#AA09F9 (or 0xAA09F9) is known color: Electric Purple. HEX triplet: AA, 09 and F9. RGB value is (170,9,249). Sum of RGB (Red+Green+Blue) = 170+9+249=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA09F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09F9 is #55F606. Grayscale: #535353. Windows color (decimal): -5633543 or 16320938. OLE color: 16320938.
HSL color Cylindrical-coordinate representation of color #AA09F9: hue angle of 280.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09F9 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 9 | 249 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.02 |
| HSL | 280.25º | 0.95% | 0.51% | - |
| HSV(B) | 280.25º | 0.96% | 0.98% | - |
| XYZ | 33.77 | 15.58 | 90.85 | - |
| YUV | 84.5 | 220.84 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 249 | 0.32 | 0.96 | 0 | 0.02 | 280.25 | 0.95 | 0.51 |
| Hex | AA | 9 | F9 | 20 | 60 | 0 | 2 | 118 | 5F | 33 |
| Octal | 252 | 11 | 371 | 40 | 140 | 0 | 2 | 430 | 137 | 63 |
| Binary | 10101010 | 1001 | 11111001 | 100000 | 1100000 | 0 | 10 | 100011000 | 1011111 | 110011 |
Color Harmonies of #AA09F9
Complementary color
Monochromatic Colors of #AA09F9
Black with #AA09F9
Text Example
Text Example
White with #AA09F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09F9; }
p { color: rgb(170,9,249); }
H1.HeaderClassName
{
color: #AA09F9;
}
.AnyTagClassName
{
color: #AA09F9;
}
</style>
background-color css
<style>
a { background-color: #AA09F9; }
a { background-color: rgb(170,9,249); }
div.DivClassName
{
background-color: #AA09F9;
}
.BgClassName
{
background-color: #AA09F9;
}
</style>
border-color css
<style>
span { border-color: #AA09F9; }
span { border-color: rgb(170,9,249); }
td.TdClassName
{
border-color: #AA09F9;
}
.TagClassName
{
border-color: #AA09F9;
}
</style>