Shades of Electric Purple #AA03F9
Tints of Electric Purple #AA03F9
RGB
CMYK
RGB Variations
Color information
#AA03F9 (or 0xAA03F9) is known color: Electric Purple. HEX triplet: AA, 03 and F9. RGB value is (170,3,249). Sum of RGB (Red+Green+Blue) = 170+3+249=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA03F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03F9 is #55FC06. Grayscale: #505050. Windows color (decimal): -5635079 or 16319402. OLE color: 16319402.
HSL color Cylindrical-coordinate representation of color #AA03F9: hue angle of 280.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03F9 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 3 | 249 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.02 |
| HSL | 280.73º | 0.98% | 0.49% | - |
| HSV(B) | 280.73º | 0.99% | 0.98% | - |
| XYZ | 33.71 | 15.45 | 90.83 | - |
| YUV | 80.98 | 222.83 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 249 | 0.32 | 0.99 | 0 | 0.02 | 280.73 | 0.98 | 0.49 |
| Hex | AA | 3 | F9 | 20 | 63 | 0 | 2 | 119 | 62 | 31 |
| Octal | 252 | 3 | 371 | 40 | 143 | 0 | 2 | 431 | 142 | 61 |
| Binary | 10101010 | 11 | 11111001 | 100000 | 1100011 | 0 | 10 | 100011001 | 1100010 | 110001 |
Color Harmonies of #AA03F9
Complementary color
Monochromatic Colors of #AA03F9
Black with #AA03F9
Text Example
Text Example
White with #AA03F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03F9; }
p { color: rgb(170,3,249); }
H1.HeaderClassName
{
color: #AA03F9;
}
.AnyTagClassName
{
color: #AA03F9;
}
</style>
background-color css
<style>
a { background-color: #AA03F9; }
a { background-color: rgb(170,3,249); }
div.DivClassName
{
background-color: #AA03F9;
}
.BgClassName
{
background-color: #AA03F9;
}
</style>
border-color css
<style>
span { border-color: #AA03F9; }
span { border-color: rgb(170,3,249); }
td.TdClassName
{
border-color: #AA03F9;
}
.TagClassName
{
border-color: #AA03F9;
}
</style>