Shades of Electric Purple #AA17EF
Tints of Electric Purple #AA17EF
RGB
CMYK
RGB Variations
Color information
#AA17EF (or 0xAA17EF) is known color: Electric Purple. HEX triplet: AA, 17 and EF. RGB value is (170,23,239). Sum of RGB (Red+Green+Blue) = 170+23+239=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17EF is #55E810. Grayscale: #5A5A5A. Windows color (decimal): -5629969 or 15669162. OLE color: 15669162.
HSL color Cylindrical-coordinate representation of color #AA17EF: hue angle of 280.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17EF is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 23 | 239 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.06 |
| HSL | 280.83º | 0.87% | 0.51% | - |
| HSV(B) | 280.83º | 0.9% | 0.94% | - |
| XYZ | 32.46 | 15.39 | 82.92 | - |
| YUV | 91.58 | 211.2 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 239 | 0.29 | 0.90 | 0 | 0.06 | 280.83 | 0.87 | 0.51 |
| Hex | AA | 17 | EF | 1D | 5A | 0 | 6 | 119 | 57 | 33 |
| Octal | 252 | 27 | 357 | 35 | 132 | 0 | 6 | 431 | 127 | 63 |
| Binary | 10101010 | 10111 | 11101111 | 11101 | 1011010 | 0 | 110 | 100011001 | 1010111 | 110011 |
Color Harmonies of #AA17EF
Complementary color
Monochromatic Colors of #AA17EF
Black with #AA17EF
Text Example
Text Example
White with #AA17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17EF; }
p { color: rgb(170,23,239); }
H1.HeaderClassName
{
color: #AA17EF;
}
.AnyTagClassName
{
color: #AA17EF;
}
</style>
background-color css
<style>
a { background-color: #AA17EF; }
a { background-color: rgb(170,23,239); }
div.DivClassName
{
background-color: #AA17EF;
}
.BgClassName
{
background-color: #AA17EF;
}
</style>
border-color css
<style>
span { border-color: #AA17EF; }
span { border-color: rgb(170,23,239); }
td.TdClassName
{
border-color: #AA17EF;
}
.TagClassName
{
border-color: #AA17EF;
}
</style>