Shades of Electric Purple #AA17FF
Tints of Electric Purple #AA17FF
RGB
CMYK
RGB Variations
Color information
#AA17FF (or 0xAA17FF) is known color: Electric Purple. HEX triplet: AA, 17 and FF. RGB value is (170,23,255). Sum of RGB (Red+Green+Blue) = 170+23+255=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17FF is #55E800. Grayscale: #5C5C5C. Windows color (decimal): -5629953 or 16717738. OLE color: 16717738.
HSL color Cylindrical-coordinate representation of color #AA17FF: hue angle of 278.02º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA17FF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 23 | 255 | - |
| CMYK | 0.33 | 0.91 | 0 | 0 |
| HSL | 278.02º | 1% | 0.55% | - |
| HSV(B) | 278.02º | 0.91% | 1% | - |
| XYZ | 34.93 | 16.38 | 95.93 | - |
| YUV | 93.4 | 219.2 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 255 | 0.33 | 0.91 | 0 | 0 | 278.02 | 1 | 0.55 |
| Hex | AA | 17 | FF | 21 | 5B | 0 | 0 | 116 | 64 | 37 |
| Octal | 252 | 27 | 377 | 41 | 133 | 0 | 0 | 426 | 144 | 67 |
| Binary | 10101010 | 10111 | 11111111 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100100 | 110111 |
Color Harmonies of #AA17FF
Complementary color
Monochromatic Colors of #AA17FF
Black with #AA17FF
Text Example
Text Example
White with #AA17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17FF; }
p { color: rgb(170,23,255); }
H1.HeaderClassName
{
color: #AA17FF;
}
.AnyTagClassName
{
color: #AA17FF;
}
</style>
background-color css
<style>
a { background-color: #AA17FF; }
a { background-color: rgb(170,23,255); }
div.DivClassName
{
background-color: #AA17FF;
}
.BgClassName
{
background-color: #AA17FF;
}
</style>
border-color css
<style>
span { border-color: #AA17FF; }
span { border-color: rgb(170,23,255); }
td.TdClassName
{
border-color: #AA17FF;
}
.TagClassName
{
border-color: #AA17FF;
}
</style>