Shades of Electric Purple #AA00FA
Tints of Electric Purple #AA00FA
RGB
CMYK
RGB Variations
Color information
#AA00FA (or 0xAA00FA) is known color: Electric Purple. HEX triplet: AA, 00 and FA. RGB value is (170,0,250). Sum of RGB (Red+Green+Blue) = 170+0+250=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00FA is #55FF05. Grayscale: #4E4E4E. Windows color (decimal): -5635846 or 16384170. OLE color: 16384170.
HSL color Cylindrical-coordinate representation of color #AA00FA: hue angle of 280.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00FA is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 0 | 250 | - |
| CMYK | 0.32 | 1 | 0 | 0.02 |
| HSL | 280.8º | 1% | 0.49% | - |
| HSV(B) | 280.8º | 1% | 0.98% | - |
| XYZ | 33.83 | 15.45 | 91.64 | - |
| YUV | 79.33 | 224.32 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 250 | 0.32 | 1 | 0 | 0.02 | 280.8 | 1 | 0.49 |
| Hex | AA | 0 | FA | 20 | 64 | 0 | 2 | 119 | 64 | 31 |
| Octal | 252 | 0 | 372 | 40 | 144 | 0 | 2 | 431 | 144 | 61 |
| Binary | 10101010 | 0 | 11111010 | 100000 | 1100100 | 0 | 10 | 100011001 | 1100100 | 110001 |
Color Harmonies of #AA00FA
Complementary color
Monochromatic Colors of #AA00FA
Black with #AA00FA
Text Example
Text Example
White with #AA00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00FA; }
p { color: rgb(170,0,250); }
H1.HeaderClassName
{
color: #AA00FA;
}
.AnyTagClassName
{
color: #AA00FA;
}
</style>
background-color css
<style>
a { background-color: #AA00FA; }
a { background-color: rgb(170,0,250); }
div.DivClassName
{
background-color: #AA00FA;
}
.BgClassName
{
background-color: #AA00FA;
}
</style>
border-color css
<style>
span { border-color: #AA00FA; }
span { border-color: rgb(170,0,250); }
td.TdClassName
{
border-color: #AA00FA;
}
.TagClassName
{
border-color: #AA00FA;
}
</style>