Shades of Electric Purple #AA05FA
Tints of Electric Purple #AA05FA
RGB
CMYK
RGB Variations
Color information
#AA05FA (or 0xAA05FA) is known color: Electric Purple. HEX triplet: AA, 05 and FA. RGB value is (170,5,250). Sum of RGB (Red+Green+Blue) = 170+5+250=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA05FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA05FA is #55FA05. Grayscale: #515151. Windows color (decimal): -5634566 or 16385450. OLE color: 16385450.
HSL color Cylindrical-coordinate representation of color #AA05FA: hue angle of 280.41º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05FA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 5 | 250 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.02 |
| HSL | 280.41º | 0.96% | 0.5% | - |
| HSV(B) | 280.41º | 0.98% | 0.98% | - |
| XYZ | 33.89 | 15.56 | 91.66 | - |
| YUV | 82.27 | 222.66 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 250 | 0.32 | 0.98 | 0 | 0.02 | 280.41 | 0.96 | 0.5 |
| Hex | AA | 5 | FA | 20 | 62 | 0 | 2 | 118 | 60 | 32 |
| Octal | 252 | 5 | 372 | 40 | 142 | 0 | 2 | 430 | 140 | 62 |
| Binary | 10101010 | 101 | 11111010 | 100000 | 1100010 | 0 | 10 | 100011000 | 1100000 | 110010 |
Color Harmonies of #AA05FA
Complementary color
Monochromatic Colors of #AA05FA
Black with #AA05FA
Text Example
Text Example
White with #AA05FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05FA; }
p { color: rgb(170,5,250); }
H1.HeaderClassName
{
color: #AA05FA;
}
.AnyTagClassName
{
color: #AA05FA;
}
</style>
background-color css
<style>
a { background-color: #AA05FA; }
a { background-color: rgb(170,5,250); }
div.DivClassName
{
background-color: #AA05FA;
}
.BgClassName
{
background-color: #AA05FA;
}
</style>
border-color css
<style>
span { border-color: #AA05FA; }
span { border-color: rgb(170,5,250); }
td.TdClassName
{
border-color: #AA05FA;
}
.TagClassName
{
border-color: #AA05FA;
}
</style>