Shades of Electric Purple #AA14EE
Tints of Electric Purple #AA14EE
RGB
CMYK
RGB Variations
Color information
#AA14EE (or 0xAA14EE) is known color: Electric Purple. HEX triplet: AA, 14 and EE. RGB value is (170,20,238). Sum of RGB (Red+Green+Blue) = 170+20+238=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA14EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14EE is #55EB11. Grayscale: #585858. Windows color (decimal): -5630738 or 15602858. OLE color: 15602858.
HSL color Cylindrical-coordinate representation of color #AA14EE: hue angle of 281.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA14EE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 20 | 238 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.07 |
| HSL | 281.28º | 0.87% | 0.51% | - |
| HSV(B) | 281.28º | 0.92% | 0.93% | - |
| XYZ | 32.26 | 15.22 | 82.13 | - |
| YUV | 89.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 238 | 0.29 | 0.92 | 0 | 0.07 | 281.28 | 0.87 | 0.51 |
| Hex | AA | 14 | EE | 1D | 5C | 0 | 7 | 119 | 57 | 33 |
| Octal | 252 | 24 | 356 | 35 | 134 | 0 | 7 | 431 | 127 | 63 |
| Binary | 10101010 | 10100 | 11101110 | 11101 | 1011100 | 0 | 111 | 100011001 | 1010111 | 110011 |
Color Harmonies of #AA14EE
Complementary color
Monochromatic Colors of #AA14EE
Black with #AA14EE
Text Example
Text Example
White with #AA14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14EE; }
p { color: rgb(170,20,238); }
H1.HeaderClassName
{
color: #AA14EE;
}
.AnyTagClassName
{
color: #AA14EE;
}
</style>
background-color css
<style>
a { background-color: #AA14EE; }
a { background-color: rgb(170,20,238); }
div.DivClassName
{
background-color: #AA14EE;
}
.BgClassName
{
background-color: #AA14EE;
}
</style>
border-color css
<style>
span { border-color: #AA14EE; }
span { border-color: rgb(170,20,238); }
td.TdClassName
{
border-color: #AA14EE;
}
.TagClassName
{
border-color: #AA14EE;
}
</style>