Shades of Electric Purple #AA1AF0
Tints of Electric Purple #AA1AF0
RGB
CMYK
RGB Variations
Color information
#AA1AF0 (or 0xAA1AF0) is known color: Electric Purple. HEX triplet: AA, 1A and F0. RGB value is (170,26,240). Sum of RGB (Red+Green+Blue) = 170+26+240=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA1AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1AF0 is #55E50F. Grayscale: #5C5C5C. Windows color (decimal): -5629200 or 15735466. OLE color: 15735466.
HSL color Cylindrical-coordinate representation of color #AA1AF0: hue angle of 280.37º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1AF0 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 26 | 240 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.06 |
| HSL | 280.37º | 0.88% | 0.52% | - |
| HSV(B) | 280.37º | 0.89% | 0.94% | - |
| XYZ | 32.68 | 15.58 | 83.72 | - |
| YUV | 93.45 | 210.71 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 240 | 0.29 | 0.89 | 0 | 0.06 | 280.37 | 0.88 | 0.52 |
| Hex | AA | 1A | F0 | 1D | 59 | 0 | 6 | 118 | 58 | 34 |
| Octal | 252 | 32 | 360 | 35 | 131 | 0 | 6 | 430 | 130 | 64 |
| Binary | 10101010 | 11010 | 11110000 | 11101 | 1011001 | 0 | 110 | 100011000 | 1011000 | 110100 |
Color Harmonies of #AA1AF0
Complementary color
Monochromatic Colors of #AA1AF0
Black with #AA1AF0
Text Example
Text Example
White with #AA1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AF0; }
p { color: rgb(170,26,240); }
H1.HeaderClassName
{
color: #AA1AF0;
}
.AnyTagClassName
{
color: #AA1AF0;
}
</style>
background-color css
<style>
a { background-color: #AA1AF0; }
a { background-color: rgb(170,26,240); }
div.DivClassName
{
background-color: #AA1AF0;
}
.BgClassName
{
background-color: #AA1AF0;
}
</style>
border-color css
<style>
span { border-color: #AA1AF0; }
span { border-color: rgb(170,26,240); }
td.TdClassName
{
border-color: #AA1AF0;
}
.TagClassName
{
border-color: #AA1AF0;
}
</style>