Shades of Electric Purple #AA07F5
Tints of Electric Purple #AA07F5
RGB
CMYK
RGB Variations
Color information
#AA07F5 (or 0xAA07F5) is known color: Electric Purple. HEX triplet: AA, 07 and F5. RGB value is (170,7,245). Sum of RGB (Red+Green+Blue) = 170+7+245=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 245 (96.09% from 255 or 58.06% from 422); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA07F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA07F5 is #55F80A. Grayscale: #525252. Windows color (decimal): -5634059 or 16058282. OLE color: 16058282.
HSL color Cylindrical-coordinate representation of color #AA07F5: hue angle of 281.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07F5 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 7 | 245 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.04 |
| HSL | 281.09º | 0.94% | 0.49% | - |
| HSV(B) | 281.09º | 0.97% | 0.96% | - |
| XYZ | 33.13 | 15.29 | 87.59 | - |
| YUV | 82.87 | 219.5 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 245 | 0.31 | 0.97 | 0 | 0.04 | 281.09 | 0.94 | 0.49 |
| Hex | AA | 7 | F5 | 1F | 61 | 0 | 4 | 119 | 5E | 31 |
| Octal | 252 | 7 | 365 | 37 | 141 | 0 | 4 | 431 | 136 | 61 |
| Binary | 10101010 | 111 | 11110101 | 11111 | 1100001 | 0 | 100 | 100011001 | 1011110 | 110001 |
Color Harmonies of #AA07F5
Complementary color
Monochromatic Colors of #AA07F5
Black with #AA07F5
Text Example
Text Example
White with #AA07F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07F5; }
p { color: rgb(170,7,245); }
H1.HeaderClassName
{
color: #AA07F5;
}
.AnyTagClassName
{
color: #AA07F5;
}
</style>
background-color css
<style>
a { background-color: #AA07F5; }
a { background-color: rgb(170,7,245); }
div.DivClassName
{
background-color: #AA07F5;
}
.BgClassName
{
background-color: #AA07F5;
}
</style>
border-color css
<style>
span { border-color: #AA07F5; }
span { border-color: rgb(170,7,245); }
td.TdClassName
{
border-color: #AA07F5;
}
.TagClassName
{
border-color: #AA07F5;
}
</style>