Shades of Electric Purple #AA17ED
Tints of Electric Purple #AA17ED
RGB
CMYK
RGB Variations
Color information
#AA17ED (or 0xAA17ED) is known color: Electric Purple. HEX triplet: AA, 17 and ED. RGB value is (170,23,237). Sum of RGB (Red+Green+Blue) = 170+23+237=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA17ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17ED is #55E812. Grayscale: #5A5A5A. Windows color (decimal): -5629971 or 15538090. OLE color: 15538090.
HSL color Cylindrical-coordinate representation of color #AA17ED: hue angle of 281.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17ED is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 23 | 237 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.07 |
| HSL | 281.22º | 0.86% | 0.51% | - |
| HSV(B) | 281.22º | 0.9% | 0.93% | - |
| XYZ | 32.17 | 15.27 | 81.37 | - |
| YUV | 91.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 237 | 0.28 | 0.90 | 0 | 0.07 | 281.22 | 0.86 | 0.51 |
| Hex | AA | 17 | ED | 1C | 5A | 0 | 7 | 119 | 56 | 33 |
| Octal | 252 | 27 | 355 | 34 | 132 | 0 | 7 | 431 | 126 | 63 |
| Binary | 10101010 | 10111 | 11101101 | 11100 | 1011010 | 0 | 111 | 100011001 | 1010110 | 110011 |
Color Harmonies of #AA17ED
Complementary color
Monochromatic Colors of #AA17ED
Black with #AA17ED
Text Example
Text Example
White with #AA17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17ED; }
p { color: rgb(170,23,237); }
H1.HeaderClassName
{
color: #AA17ED;
}
.AnyTagClassName
{
color: #AA17ED;
}
</style>
background-color css
<style>
a { background-color: #AA17ED; }
a { background-color: rgb(170,23,237); }
div.DivClassName
{
background-color: #AA17ED;
}
.BgClassName
{
background-color: #AA17ED;
}
</style>
border-color css
<style>
span { border-color: #AA17ED; }
span { border-color: rgb(170,23,237); }
td.TdClassName
{
border-color: #AA17ED;
}
.TagClassName
{
border-color: #AA17ED;
}
</style>