Shades of Electric Purple #AA14F1
Tints of Electric Purple #AA14F1
RGB
CMYK
RGB Variations
Color information
#AA14F1 (or 0xAA14F1) is known color: Electric Purple. HEX triplet: AA, 14 and F1. RGB value is (170,20,241). Sum of RGB (Red+Green+Blue) = 170+20+241=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA14F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14F1 is #55EB0E. Grayscale: #595959. Windows color (decimal): -5630735 or 15799466. OLE color: 15799466.
HSL color Cylindrical-coordinate representation of color #AA14F1: hue angle of 280.72º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA14F1 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 20 | 241 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.05 |
| HSL | 280.72º | 0.89% | 0.51% | - |
| HSV(B) | 280.72º | 0.92% | 0.95% | - |
| XYZ | 32.7 | 15.4 | 84.47 | - |
| YUV | 90.04 | 213.2 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 241 | 0.29 | 0.92 | 0 | 0.05 | 280.72 | 0.89 | 0.51 |
| Hex | AA | 14 | F1 | 1D | 5C | 0 | 5 | 119 | 59 | 33 |
| Octal | 252 | 24 | 361 | 35 | 134 | 0 | 5 | 431 | 131 | 63 |
| Binary | 10101010 | 10100 | 11110001 | 11101 | 1011100 | 0 | 101 | 100011001 | 1011001 | 110011 |
Color Harmonies of #AA14F1
Complementary color
Monochromatic Colors of #AA14F1
Black with #AA14F1
Text Example
Text Example
White with #AA14F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14F1; }
p { color: rgb(170,20,241); }
H1.HeaderClassName
{
color: #AA14F1;
}
.AnyTagClassName
{
color: #AA14F1;
}
</style>
background-color css
<style>
a { background-color: #AA14F1; }
a { background-color: rgb(170,20,241); }
div.DivClassName
{
background-color: #AA14F1;
}
.BgClassName
{
background-color: #AA14F1;
}
</style>
border-color css
<style>
span { border-color: #AA14F1; }
span { border-color: rgb(170,20,241); }
td.TdClassName
{
border-color: #AA14F1;
}
.TagClassName
{
border-color: #AA14F1;
}
</style>