Shades of Electric Purple #AA25FF
Tints of Electric Purple #AA25FF
RGB
CMYK
RGB Variations
Color information
#AA25FF (or 0xAA25FF) is known color: Electric Purple. HEX triplet: AA, 25 and FF. RGB value is (170,37,255). Sum of RGB (Red+Green+Blue) = 170+37+255=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA25FF is #55DA00. Grayscale: #646464. Windows color (decimal): -5626369 or 16721322. OLE color: 16721322.
HSL color Cylindrical-coordinate representation of color #AA25FF: hue angle of 276.61º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA25FF is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 37 | 255 | - |
| CMYK | 0.33 | 0.85 | 0 | 0 |
| HSL | 276.61º | 1% | 0.57% | - |
| HSV(B) | 276.61º | 0.85% | 1% | - |
| XYZ | 35.29 | 17.09 | 96.05 | - |
| YUV | 101.62 | 214.56 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 255 | 0.33 | 0.85 | 0 | 0 | 276.61 | 1 | 0.57 |
| Hex | AA | 25 | FF | 21 | 55 | 0 | 0 | 115 | 64 | 39 |
| Octal | 252 | 45 | 377 | 41 | 125 | 0 | 0 | 425 | 144 | 71 |
| Binary | 10101010 | 100101 | 11111111 | 100001 | 1010101 | 0 | 0 | 100010101 | 1100100 | 111001 |
Color Harmonies of #AA25FF
Complementary color
Monochromatic Colors of #AA25FF
Black with #AA25FF
Text Example
Text Example
White with #AA25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25FF; }
p { color: rgb(170,37,255); }
H1.HeaderClassName
{
color: #AA25FF;
}
.AnyTagClassName
{
color: #AA25FF;
}
</style>
background-color css
<style>
a { background-color: #AA25FF; }
a { background-color: rgb(170,37,255); }
div.DivClassName
{
background-color: #AA25FF;
}
.BgClassName
{
background-color: #AA25FF;
}
</style>
border-color css
<style>
span { border-color: #AA25FF; }
span { border-color: rgb(170,37,255); }
td.TdClassName
{
border-color: #AA25FF;
}
.TagClassName
{
border-color: #AA25FF;
}
</style>