Shades of Electric Purple #AA04EE
Tints of Electric Purple #AA04EE
RGB
CMYK
RGB Variations
Color information
#AA04EE (or 0xAA04EE) is known color: Electric Purple. HEX triplet: AA, 04 and EE. RGB value is (170,4,238). Sum of RGB (Red+Green+Blue) = 170+4+238=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04EE is #55FB11. Grayscale: #4F4F4F. Windows color (decimal): -5634834 or 15598762. OLE color: 15598762.
HSL color Cylindrical-coordinate representation of color #AA04EE: hue angle of 282.56º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04EE is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 4 | 238 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.07 |
| HSL | 282.56º | 0.97% | 0.47% | - |
| HSV(B) | 282.56º | 0.98% | 0.93% | - |
| XYZ | 32.05 | 14.81 | 82.06 | - |
| YUV | 80.31 | 217 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 238 | 0.29 | 0.98 | 0 | 0.07 | 282.56 | 0.97 | 0.47 |
| Hex | AA | 4 | EE | 1D | 62 | 0 | 7 | 11B | 61 | 2F |
| Octal | 252 | 4 | 356 | 35 | 142 | 0 | 7 | 433 | 141 | 57 |
| Binary | 10101010 | 100 | 11101110 | 11101 | 1100010 | 0 | 111 | 100011011 | 1100001 | 101111 |
Color Harmonies of #AA04EE
Complementary color
Monochromatic Colors of #AA04EE
Black with #AA04EE
Text Example
Text Example
White with #AA04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04EE; }
p { color: rgb(170,4,238); }
H1.HeaderClassName
{
color: #AA04EE;
}
.AnyTagClassName
{
color: #AA04EE;
}
</style>
background-color css
<style>
a { background-color: #AA04EE; }
a { background-color: rgb(170,4,238); }
div.DivClassName
{
background-color: #AA04EE;
}
.BgClassName
{
background-color: #AA04EE;
}
</style>
border-color css
<style>
span { border-color: #AA04EE; }
span { border-color: rgb(170,4,238); }
td.TdClassName
{
border-color: #AA04EE;
}
.TagClassName
{
border-color: #AA04EE;
}
</style>