Shades of Electric Purple #AA14F0
Tints of Electric Purple #AA14F0
RGB
CMYK
RGB Variations
Color information
#AA14F0 (or 0xAA14F0) is known color: Electric Purple. HEX triplet: AA, 14 and F0. RGB value is (170,20,240). Sum of RGB (Red+Green+Blue) = 170+20+240=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA14F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14F0 is #55EB0F. Grayscale: #595959. Windows color (decimal): -5630736 or 15733930. OLE color: 15733930.
HSL color Cylindrical-coordinate representation of color #AA14F0: hue angle of 280.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA14F0 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 20 | 240 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.06 |
| HSL | 280.91º | 0.88% | 0.51% | - |
| HSV(B) | 280.91º | 0.92% | 0.94% | - |
| XYZ | 32.56 | 15.34 | 83.68 | - |
| YUV | 89.93 | 212.7 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 240 | 0.29 | 0.92 | 0 | 0.06 | 280.91 | 0.88 | 0.51 |
| Hex | AA | 14 | F0 | 1D | 5C | 0 | 6 | 119 | 58 | 33 |
| Octal | 252 | 24 | 360 | 35 | 134 | 0 | 6 | 431 | 130 | 63 |
| Binary | 10101010 | 10100 | 11110000 | 11101 | 1011100 | 0 | 110 | 100011001 | 1011000 | 110011 |
Color Harmonies of #AA14F0
Complementary color
Monochromatic Colors of #AA14F0
Black with #AA14F0
Text Example
Text Example
White with #AA14F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14F0; }
p { color: rgb(170,20,240); }
H1.HeaderClassName
{
color: #AA14F0;
}
.AnyTagClassName
{
color: #AA14F0;
}
</style>
background-color css
<style>
a { background-color: #AA14F0; }
a { background-color: rgb(170,20,240); }
div.DivClassName
{
background-color: #AA14F0;
}
.BgClassName
{
background-color: #AA14F0;
}
</style>
border-color css
<style>
span { border-color: #AA14F0; }
span { border-color: rgb(170,20,240); }
td.TdClassName
{
border-color: #AA14F0;
}
.TagClassName
{
border-color: #AA14F0;
}
</style>