Shades of Electric Purple #AA04F0
Tints of Electric Purple #AA04F0
RGB
CMYK
RGB Variations
Color information
#AA04F0 (or 0xAA04F0) is known color: Electric Purple. HEX triplet: AA, 04 and F0. RGB value is (170,4,240). Sum of RGB (Red+Green+Blue) = 170+4+240=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA04F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA04F0 is #55FB0F. Grayscale: #4F4F4F. Windows color (decimal): -5634832 or 15729834. OLE color: 15729834.
HSL color Cylindrical-coordinate representation of color #AA04F0: hue angle of 282.2º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04F0 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 4 | 240 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.06 |
| HSL | 282.2º | 0.97% | 0.48% | - |
| HSV(B) | 282.2º | 0.98% | 0.94% | - |
| XYZ | 32.35 | 14.92 | 83.61 | - |
| YUV | 80.54 | 218 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 240 | 0.29 | 0.98 | 0 | 0.06 | 282.2 | 0.97 | 0.48 |
| Hex | AA | 4 | F0 | 1D | 62 | 0 | 6 | 11A | 61 | 30 |
| Octal | 252 | 4 | 360 | 35 | 142 | 0 | 6 | 432 | 141 | 60 |
| Binary | 10101010 | 100 | 11110000 | 11101 | 1100010 | 0 | 110 | 100011010 | 1100001 | 110000 |
Color Harmonies of #AA04F0
Complementary color
Monochromatic Colors of #AA04F0
Black with #AA04F0
Text Example
Text Example
White with #AA04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04F0; }
p { color: rgb(170,4,240); }
H1.HeaderClassName
{
color: #AA04F0;
}
.AnyTagClassName
{
color: #AA04F0;
}
</style>
background-color css
<style>
a { background-color: #AA04F0; }
a { background-color: rgb(170,4,240); }
div.DivClassName
{
background-color: #AA04F0;
}
.BgClassName
{
background-color: #AA04F0;
}
</style>
border-color css
<style>
span { border-color: #AA04F0; }
span { border-color: rgb(170,4,240); }
td.TdClassName
{
border-color: #AA04F0;
}
.TagClassName
{
border-color: #AA04F0;
}
</style>