Shades of Electric Purple #AA17E9
Tints of Electric Purple #AA17E9
RGB
CMYK
RGB Variations
Color information
#AA17E9 (or 0xAA17E9) is known color: Electric Purple. HEX triplet: AA, 17 and E9. RGB value is (170,23,233). Sum of RGB (Red+Green+Blue) = 170+23+233=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA17E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17E9 is #55E816. Grayscale: #5A5A5A. Windows color (decimal): -5629975 or 15275946. OLE color: 15275946.
HSL color Cylindrical-coordinate representation of color #AA17E9: hue angle of 282º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17E9 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 23 | 233 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.09 |
| HSL | 282º | 0.83% | 0.5% | - |
| HSV(B) | 282º | 0.9% | 0.91% | - |
| XYZ | 31.59 | 15.04 | 78.33 | - |
| YUV | 90.89 | 208.2 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 233 | 0.27 | 0.90 | 0 | 0.09 | 282 | 0.83 | 0.5 |
| Hex | AA | 17 | E9 | 1B | 5A | 0 | 9 | 11A | 53 | 32 |
| Octal | 252 | 27 | 351 | 33 | 132 | 0 | 11 | 432 | 123 | 62 |
| Binary | 10101010 | 10111 | 11101001 | 11011 | 1011010 | 0 | 1001 | 100011010 | 1010011 | 110010 |
Color Harmonies of #AA17E9
Complementary color
Monochromatic Colors of #AA17E9
Black with #AA17E9
Text Example
Text Example
White with #AA17E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17E9; }
p { color: rgb(170,23,233); }
H1.HeaderClassName
{
color: #AA17E9;
}
.AnyTagClassName
{
color: #AA17E9;
}
</style>
background-color css
<style>
a { background-color: #AA17E9; }
a { background-color: rgb(170,23,233); }
div.DivClassName
{
background-color: #AA17E9;
}
.BgClassName
{
background-color: #AA17E9;
}
</style>
border-color css
<style>
span { border-color: #AA17E9; }
span { border-color: rgb(170,23,233); }
td.TdClassName
{
border-color: #AA17E9;
}
.TagClassName
{
border-color: #AA17E9;
}
</style>