Shades of Electric Purple #AA03FE
Tints of Electric Purple #AA03FE
RGB
CMYK
RGB Variations
Color information
#AA03FE (or 0xAA03FE) is known color: Electric Purple. HEX triplet: AA, 03 and FE. RGB value is (170,3,254). Sum of RGB (Red+Green+Blue) = 170+3+254=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA03FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03FE is #55FC01. Grayscale: #505050. Windows color (decimal): -5635074 or 16647082. OLE color: 16647082.
HSL color Cylindrical-coordinate representation of color #AA03FE: hue angle of 279.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03FE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 3 | 254 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.00 |
| HSL | 279.92º | 0.99% | 0.5% | - |
| HSV(B) | 279.92º | 0.99% | 1% | - |
| XYZ | 34.5 | 15.77 | 94.99 | - |
| YUV | 81.55 | 225.33 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 254 | 0.33 | 0.99 | 0 | 0.00 | 279.92 | 0.99 | 0.5 |
| Hex | AA | 3 | FE | 21 | 63 | 0 | 0 | 118 | 63 | 32 |
| Octal | 252 | 3 | 376 | 41 | 143 | 0 | 0 | 430 | 143 | 62 |
| Binary | 10101010 | 11 | 11111110 | 100001 | 1100011 | 0 | 0 | 100011000 | 1100011 | 110010 |
Color Harmonies of #AA03FE
Complementary color
Monochromatic Colors of #AA03FE
Black with #AA03FE
Text Example
Text Example
White with #AA03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03FE; }
p { color: rgb(170,3,254); }
H1.HeaderClassName
{
color: #AA03FE;
}
.AnyTagClassName
{
color: #AA03FE;
}
</style>
background-color css
<style>
a { background-color: #AA03FE; }
a { background-color: rgb(170,3,254); }
div.DivClassName
{
background-color: #AA03FE;
}
.BgClassName
{
background-color: #AA03FE;
}
</style>
border-color css
<style>
span { border-color: #AA03FE; }
span { border-color: rgb(170,3,254); }
td.TdClassName
{
border-color: #AA03FE;
}
.TagClassName
{
border-color: #AA03FE;
}
</style>