Shades of Electric Purple #AA17FE
Tints of Electric Purple #AA17FE
RGB
CMYK
RGB Variations
Color information
#AA17FE (or 0xAA17FE) is known color: Electric Purple. HEX triplet: AA, 17 and FE. RGB value is (170,23,254). Sum of RGB (Red+Green+Blue) = 170+23+254=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA17FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17FE is #55E801. Grayscale: #5C5C5C. Windows color (decimal): -5629954 or 16652202. OLE color: 16652202.
HSL color Cylindrical-coordinate representation of color #AA17FE: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA17FE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 23 | 254 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.00 |
| HSL | 278.18º | 0.99% | 0.54% | - |
| HSV(B) | 278.18º | 0.91% | 1% | - |
| XYZ | 34.77 | 16.31 | 95.08 | - |
| YUV | 93.29 | 218.7 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 254 | 0.33 | 0.91 | 0 | 0.00 | 278.18 | 0.99 | 0.54 |
| Hex | AA | 17 | FE | 21 | 5B | 0 | 0 | 116 | 63 | 36 |
| Octal | 252 | 27 | 376 | 41 | 133 | 0 | 0 | 426 | 143 | 66 |
| Binary | 10101010 | 10111 | 11111110 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100011 | 110110 |
Color Harmonies of #AA17FE
Complementary color
Monochromatic Colors of #AA17FE
Black with #AA17FE
Text Example
Text Example
White with #AA17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17FE; }
p { color: rgb(170,23,254); }
H1.HeaderClassName
{
color: #AA17FE;
}
.AnyTagClassName
{
color: #AA17FE;
}
</style>
background-color css
<style>
a { background-color: #AA17FE; }
a { background-color: rgb(170,23,254); }
div.DivClassName
{
background-color: #AA17FE;
}
.BgClassName
{
background-color: #AA17FE;
}
</style>
border-color css
<style>
span { border-color: #AA17FE; }
span { border-color: rgb(170,23,254); }
td.TdClassName
{
border-color: #AA17FE;
}
.TagClassName
{
border-color: #AA17FE;
}
</style>