Shades of Electric Purple #AA0FFA
Tints of Electric Purple #AA0FFA
RGB
CMYK
RGB Variations
Color information
#AA0FFA (or 0xAA0FFA) is known color: Electric Purple. HEX triplet: AA, 0F and FA. RGB value is (170,15,250). Sum of RGB (Red+Green+Blue) = 170+15+250=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FFA is #55F005. Grayscale: #575757. Windows color (decimal): -5632006 or 16388010. OLE color: 16388010.
HSL color Cylindrical-coordinate representation of color #AA0FFA: hue angle of 279.57º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0FFA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 15 | 250 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.02 |
| HSL | 279.57º | 0.96% | 0.52% | - |
| HSV(B) | 279.57º | 0.94% | 0.98% | - |
| XYZ | 34 | 15.79 | 91.7 | - |
| YUV | 88.14 | 219.35 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 250 | 0.32 | 0.94 | 0 | 0.02 | 279.57 | 0.96 | 0.52 |
| Hex | AA | F | FA | 20 | 5E | 0 | 2 | 118 | 60 | 34 |
| Octal | 252 | 17 | 372 | 40 | 136 | 0 | 2 | 430 | 140 | 64 |
| Binary | 10101010 | 1111 | 11111010 | 100000 | 1011110 | 0 | 10 | 100011000 | 1100000 | 110100 |
Color Harmonies of #AA0FFA
Complementary color
Monochromatic Colors of #AA0FFA
Black with #AA0FFA
Text Example
Text Example
White with #AA0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FFA; }
p { color: rgb(170,15,250); }
H1.HeaderClassName
{
color: #AA0FFA;
}
.AnyTagClassName
{
color: #AA0FFA;
}
</style>
background-color css
<style>
a { background-color: #AA0FFA; }
a { background-color: rgb(170,15,250); }
div.DivClassName
{
background-color: #AA0FFA;
}
.BgClassName
{
background-color: #AA0FFA;
}
</style>
border-color css
<style>
span { border-color: #AA0FFA; }
span { border-color: rgb(170,15,250); }
td.TdClassName
{
border-color: #AA0FFA;
}
.TagClassName
{
border-color: #AA0FFA;
}
</style>