Shades of Electric Purple #AA04ED
Tints of Electric Purple #AA04ED
RGB
CMYK
RGB Variations
Color information
#AA04ED (or 0xAA04ED) is known color: Electric Purple. HEX triplet: AA, 04 and ED. RGB value is (170,4,237). Sum of RGB (Red+Green+Blue) = 170+4+237=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA04ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04ED is #55FB12. Grayscale: #4F4F4F. Windows color (decimal): -5634835 or 15533226. OLE color: 15533226.
HSL color Cylindrical-coordinate representation of color #AA04ED: hue angle of 282.75º 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 #AA04ED is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 4 | 237 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.07 |
| HSL | 282.75º | 0.97% | 0.47% | - |
| HSV(B) | 282.75º | 0.98% | 0.93% | - |
| XYZ | 31.91 | 14.75 | 81.29 | - |
| YUV | 80.2 | 216.5 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 237 | 0.28 | 0.98 | 0 | 0.07 | 282.75 | 0.97 | 0.47 |
| Hex | AA | 4 | ED | 1C | 62 | 0 | 7 | 11B | 61 | 2F |
| Octal | 252 | 4 | 355 | 34 | 142 | 0 | 7 | 433 | 141 | 57 |
| Binary | 10101010 | 100 | 11101101 | 11100 | 1100010 | 0 | 111 | 100011011 | 1100001 | 101111 |
Color Harmonies of #AA04ED
Complementary color
Monochromatic Colors of #AA04ED
Black with #AA04ED
Text Example
Text Example
White with #AA04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04ED; }
p { color: rgb(170,4,237); }
H1.HeaderClassName
{
color: #AA04ED;
}
.AnyTagClassName
{
color: #AA04ED;
}
</style>
background-color css
<style>
a { background-color: #AA04ED; }
a { background-color: rgb(170,4,237); }
div.DivClassName
{
background-color: #AA04ED;
}
.BgClassName
{
background-color: #AA04ED;
}
</style>
border-color css
<style>
span { border-color: #AA04ED; }
span { border-color: rgb(170,4,237); }
td.TdClassName
{
border-color: #AA04ED;
}
.TagClassName
{
border-color: #AA04ED;
}
</style>