Shades of Electric Purple #AA07FE
Tints of Electric Purple #AA07FE
RGB
CMYK
RGB Variations
Color information
#AA07FE (or 0xAA07FE) is known color: Electric Purple. HEX triplet: AA, 07 and FE. RGB value is (170,7,254). Sum of RGB (Red+Green+Blue) = 170+7+254=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA07FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA07FE is #55F801. Grayscale: #535353. Windows color (decimal): -5634050 or 16648106. OLE color: 16648106.
HSL color Cylindrical-coordinate representation of color #AA07FE: hue angle of 279.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07FE is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 7 | 254 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.00 |
| HSL | 279.6º | 0.99% | 0.51% | - |
| HSV(B) | 279.6º | 0.97% | 1% | - |
| XYZ | 34.54 | 15.85 | 95.01 | - |
| YUV | 83.9 | 224 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 254 | 0.33 | 0.97 | 0 | 0.00 | 279.6 | 0.99 | 0.51 |
| Hex | AA | 7 | FE | 21 | 61 | 0 | 0 | 118 | 63 | 33 |
| Octal | 252 | 7 | 376 | 41 | 141 | 0 | 0 | 430 | 143 | 63 |
| Binary | 10101010 | 111 | 11111110 | 100001 | 1100001 | 0 | 0 | 100011000 | 1100011 | 110011 |
Color Harmonies of #AA07FE
Complementary color
Monochromatic Colors of #AA07FE
Black with #AA07FE
Text Example
Text Example
White with #AA07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07FE; }
p { color: rgb(170,7,254); }
H1.HeaderClassName
{
color: #AA07FE;
}
.AnyTagClassName
{
color: #AA07FE;
}
</style>
background-color css
<style>
a { background-color: #AA07FE; }
a { background-color: rgb(170,7,254); }
div.DivClassName
{
background-color: #AA07FE;
}
.BgClassName
{
background-color: #AA07FE;
}
</style>
border-color css
<style>
span { border-color: #AA07FE; }
span { border-color: rgb(170,7,254); }
td.TdClassName
{
border-color: #AA07FE;
}
.TagClassName
{
border-color: #AA07FE;
}
</style>