Shades of Electric Purple #AA02FD
Tints of Electric Purple #AA02FD
RGB
CMYK
RGB Variations
Color information
#AA02FD (or 0xAA02FD) is known color: Electric Purple. HEX triplet: AA, 02 and FD. RGB value is (170,2,253). Sum of RGB (Red+Green+Blue) = 170+2+253=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA02FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02FD is #55FD02. Grayscale: #505050. Windows color (decimal): -5635331 or 16581290. OLE color: 16581290.
HSL color Cylindrical-coordinate representation of color #AA02FD: hue angle of 280.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02FD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 2 | 253 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.01 |
| HSL | 280.16º | 0.98% | 0.5% | - |
| HSV(B) | 280.16º | 0.99% | 0.99% | - |
| XYZ | 34.33 | 15.68 | 94.15 | - |
| YUV | 80.85 | 225.16 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 253 | 0.33 | 0.99 | 0 | 0.01 | 280.16 | 0.98 | 0.5 |
| Hex | AA | 2 | FD | 21 | 63 | 0 | 1 | 118 | 62 | 32 |
| Octal | 252 | 2 | 375 | 41 | 143 | 0 | 1 | 430 | 142 | 62 |
| Binary | 10101010 | 10 | 11111101 | 100001 | 1100011 | 0 | 1 | 100011000 | 1100010 | 110010 |
Color Harmonies of #AA02FD
Complementary color
Monochromatic Colors of #AA02FD
Black with #AA02FD
Text Example
Text Example
White with #AA02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02FD; }
p { color: rgb(170,2,253); }
H1.HeaderClassName
{
color: #AA02FD;
}
.AnyTagClassName
{
color: #AA02FD;
}
</style>
background-color css
<style>
a { background-color: #AA02FD; }
a { background-color: rgb(170,2,253); }
div.DivClassName
{
background-color: #AA02FD;
}
.BgClassName
{
background-color: #AA02FD;
}
</style>
border-color css
<style>
span { border-color: #AA02FD; }
span { border-color: rgb(170,2,253); }
td.TdClassName
{
border-color: #AA02FD;
}
.TagClassName
{
border-color: #AA02FD;
}
</style>