Shades of Electric Purple #AA08F0
Tints of Electric Purple #AA08F0
RGB
CMYK
RGB Variations
Color information
#AA08F0 (or 0xAA08F0) is known color: Electric Purple. HEX triplet: AA, 08 and F0. RGB value is (170,8,240). Sum of RGB (Red+Green+Blue) = 170+8+240=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA08F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA08F0 is #55F70F. Grayscale: #525252. Windows color (decimal): -5633808 or 15730858. OLE color: 15730858.
HSL color Cylindrical-coordinate representation of color #AA08F0: hue angle of 281.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA08F0 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 8 | 240 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.06 |
| HSL | 281.9º | 0.94% | 0.49% | - |
| HSV(B) | 281.9º | 0.97% | 0.94% | - |
| XYZ | 32.39 | 15.01 | 83.63 | - |
| YUV | 82.89 | 216.67 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 240 | 0.29 | 0.97 | 0 | 0.06 | 281.9 | 0.94 | 0.49 |
| Hex | AA | 8 | F0 | 1D | 61 | 0 | 6 | 11A | 5E | 31 |
| Octal | 252 | 10 | 360 | 35 | 141 | 0 | 6 | 432 | 136 | 61 |
| Binary | 10101010 | 1000 | 11110000 | 11101 | 1100001 | 0 | 110 | 100011010 | 1011110 | 110001 |
Color Harmonies of #AA08F0
Complementary color
Monochromatic Colors of #AA08F0
Black with #AA08F0
Text Example
Text Example
White with #AA08F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08F0; }
p { color: rgb(170,8,240); }
H1.HeaderClassName
{
color: #AA08F0;
}
.AnyTagClassName
{
color: #AA08F0;
}
</style>
background-color css
<style>
a { background-color: #AA08F0; }
a { background-color: rgb(170,8,240); }
div.DivClassName
{
background-color: #AA08F0;
}
.BgClassName
{
background-color: #AA08F0;
}
</style>
border-color css
<style>
span { border-color: #AA08F0; }
span { border-color: rgb(170,8,240); }
td.TdClassName
{
border-color: #AA08F0;
}
.TagClassName
{
border-color: #AA08F0;
}
</style>