Shades of Electric Purple #AA15F1
Tints of Electric Purple #AA15F1
RGB
CMYK
RGB Variations
Color information
#AA15F1 (or 0xAA15F1) is known color: Electric Purple. HEX triplet: AA, 15 and F1. RGB value is (170,21,241). Sum of RGB (Red+Green+Blue) = 170+21+241=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA15F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15F1 is #55EA0E. Grayscale: #595959. Windows color (decimal): -5630479 or 15799722. OLE color: 15799722.
HSL color Cylindrical-coordinate representation of color #AA15F1: hue angle of 280.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15F1 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 21 | 241 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.05 |
| HSL | 280.64º | 0.89% | 0.51% | - |
| HSV(B) | 280.64º | 0.91% | 0.95% | - |
| XYZ | 32.72 | 15.43 | 84.47 | - |
| YUV | 90.63 | 212.86 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 241 | 0.29 | 0.91 | 0 | 0.05 | 280.64 | 0.89 | 0.51 |
| Hex | AA | 15 | F1 | 1D | 5B | 0 | 5 | 119 | 59 | 33 |
| Octal | 252 | 25 | 361 | 35 | 133 | 0 | 5 | 431 | 131 | 63 |
| Binary | 10101010 | 10101 | 11110001 | 11101 | 1011011 | 0 | 101 | 100011001 | 1011001 | 110011 |
Color Harmonies of #AA15F1
Complementary color
Monochromatic Colors of #AA15F1
Black with #AA15F1
Text Example
Text Example
White with #AA15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15F1; }
p { color: rgb(170,21,241); }
H1.HeaderClassName
{
color: #AA15F1;
}
.AnyTagClassName
{
color: #AA15F1;
}
</style>
background-color css
<style>
a { background-color: #AA15F1; }
a { background-color: rgb(170,21,241); }
div.DivClassName
{
background-color: #AA15F1;
}
.BgClassName
{
background-color: #AA15F1;
}
</style>
border-color css
<style>
span { border-color: #AA15F1; }
span { border-color: rgb(170,21,241); }
td.TdClassName
{
border-color: #AA15F1;
}
.TagClassName
{
border-color: #AA15F1;
}
</style>