Shades of Electric Purple #AA15FA
Tints of Electric Purple #AA15FA
RGB
CMYK
RGB Variations
Color information
#AA15FA (or 0xAA15FA) is known color: Electric Purple. HEX triplet: AA, 15 and FA. RGB value is (170,21,250). Sum of RGB (Red+Green+Blue) = 170+21+250=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA15FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15FA is #55EA05. Grayscale: #5A5A5A. Windows color (decimal): -5630470 or 16389546. OLE color: 16389546.
HSL color Cylindrical-coordinate representation of color #AA15FA: hue angle of 279.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA15FA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 21 | 250 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.02 |
| HSL | 279.04º | 0.96% | 0.53% | - |
| HSV(B) | 279.04º | 0.92% | 0.98% | - |
| XYZ | 34.1 | 15.98 | 91.73 | - |
| YUV | 91.66 | 217.36 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 250 | 0.32 | 0.92 | 0 | 0.02 | 279.04 | 0.96 | 0.53 |
| Hex | AA | 15 | FA | 20 | 5C | 0 | 2 | 117 | 60 | 35 |
| Octal | 252 | 25 | 372 | 40 | 134 | 0 | 2 | 427 | 140 | 65 |
| Binary | 10101010 | 10101 | 11111010 | 100000 | 1011100 | 0 | 10 | 100010111 | 1100000 | 110101 |
Color Harmonies of #AA15FA
Complementary color
Monochromatic Colors of #AA15FA
Black with #AA15FA
Text Example
Text Example
White with #AA15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15FA; }
p { color: rgb(170,21,250); }
H1.HeaderClassName
{
color: #AA15FA;
}
.AnyTagClassName
{
color: #AA15FA;
}
</style>
background-color css
<style>
a { background-color: #AA15FA; }
a { background-color: rgb(170,21,250); }
div.DivClassName
{
background-color: #AA15FA;
}
.BgClassName
{
background-color: #AA15FA;
}
</style>
border-color css
<style>
span { border-color: #AA15FA; }
span { border-color: rgb(170,21,250); }
td.TdClassName
{
border-color: #AA15FA;
}
.TagClassName
{
border-color: #AA15FA;
}
</style>