Shades of Electric Purple #AA0EFD
Tints of Electric Purple #AA0EFD
RGB
CMYK
RGB Variations
Color information
#AA0EFD (or 0xAA0EFD) is known color: Electric Purple. HEX triplet: AA, 0E and FD. RGB value is (170,14,253). Sum of RGB (Red+Green+Blue) = 170+14+253=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA0EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EFD is #55F102. Grayscale: #575757. Windows color (decimal): -5632259 or 16584362. OLE color: 16584362.
HSL color Cylindrical-coordinate representation of color #AA0EFD: hue angle of 279.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EFD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 14 | 253 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.01 |
| HSL | 279.16º | 0.98% | 0.52% | - |
| HSV(B) | 279.16º | 0.94% | 0.99% | - |
| XYZ | 34.46 | 15.95 | 94.19 | - |
| YUV | 87.89 | 221.18 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 253 | 0.33 | 0.94 | 0 | 0.01 | 279.16 | 0.98 | 0.52 |
| Hex | AA | E | FD | 21 | 5E | 0 | 1 | 117 | 62 | 34 |
| Octal | 252 | 16 | 375 | 41 | 136 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101010 | 1110 | 11111101 | 100001 | 1011110 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #AA0EFD
Complementary color
Monochromatic Colors of #AA0EFD
Black with #AA0EFD
Text Example
Text Example
White with #AA0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EFD; }
p { color: rgb(170,14,253); }
H1.HeaderClassName
{
color: #AA0EFD;
}
.AnyTagClassName
{
color: #AA0EFD;
}
</style>
background-color css
<style>
a { background-color: #AA0EFD; }
a { background-color: rgb(170,14,253); }
div.DivClassName
{
background-color: #AA0EFD;
}
.BgClassName
{
background-color: #AA0EFD;
}
</style>
border-color css
<style>
span { border-color: #AA0EFD; }
span { border-color: rgb(170,14,253); }
td.TdClassName
{
border-color: #AA0EFD;
}
.TagClassName
{
border-color: #AA0EFD;
}
</style>