Shades of Electric Purple #AA03FA
Tints of Electric Purple #AA03FA
RGB
CMYK
RGB Variations
Color information
#AA03FA (or 0xAA03FA) is known color: Electric Purple. HEX triplet: AA, 03 and FA. RGB value is (170,3,250). Sum of RGB (Red+Green+Blue) = 170+3+250=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA03FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03FA is #55FC05. Grayscale: #505050. Windows color (decimal): -5635078 or 16384938. OLE color: 16384938.
HSL color Cylindrical-coordinate representation of color #AA03FA: hue angle of 280.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03FA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 3 | 250 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.02 |
| HSL | 280.57º | 0.98% | 0.5% | - |
| HSV(B) | 280.57º | 0.99% | 0.98% | - |
| XYZ | 33.87 | 15.51 | 91.65 | - |
| YUV | 81.09 | 223.33 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 250 | 0.32 | 0.99 | 0 | 0.02 | 280.57 | 0.98 | 0.5 |
| Hex | AA | 3 | FA | 20 | 63 | 0 | 2 | 119 | 62 | 32 |
| Octal | 252 | 3 | 372 | 40 | 143 | 0 | 2 | 431 | 142 | 62 |
| Binary | 10101010 | 11 | 11111010 | 100000 | 1100011 | 0 | 10 | 100011001 | 1100010 | 110010 |
Color Harmonies of #AA03FA
Complementary color
Monochromatic Colors of #AA03FA
Black with #AA03FA
Text Example
Text Example
White with #AA03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03FA; }
p { color: rgb(170,3,250); }
H1.HeaderClassName
{
color: #AA03FA;
}
.AnyTagClassName
{
color: #AA03FA;
}
</style>
background-color css
<style>
a { background-color: #AA03FA; }
a { background-color: rgb(170,3,250); }
div.DivClassName
{
background-color: #AA03FA;
}
.BgClassName
{
background-color: #AA03FA;
}
</style>
border-color css
<style>
span { border-color: #AA03FA; }
span { border-color: rgb(170,3,250); }
td.TdClassName
{
border-color: #AA03FA;
}
.TagClassName
{
border-color: #AA03FA;
}
</style>