#AA17EE

Color #AA17EE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AA17EE

Tints of Electric Purple #AA17EE

Color information

#AA17EE (or 0xAA17EE) is unknown color: approx Electric Purple. HEX triplet: AA, 17 and EE. RGB value is (170,23,238). Sum of RGB (Red+Green+Blue) = 170+23+238=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA17EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17EE is #55E811. Grayscale: #5A5A5A. Windows color (decimal): -5629970 or 15603626. OLE color: 15603626.

HSL color Cylindrical-coordinate representation of color #AA17EE: hue angle of 281.02º 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 #AA17EE is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17023238-
CMYK0.290.9000.07
HSL281.02º86.35%51.18%-
HSV(B)281.02º90.34%93.33%-
XYZ32.3215.3382.14-
YUV91.46210.7184.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 23 (9.38% from 255) = 5.34%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=39.44%
G=5.34%
B=55.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170232380.290.9000.07281.0286.3551.18
HexAA17EE1D5A071195633
Octal25227356351320743112663
Binary10101010101111110111011101101101001111000110011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17EE; }

 p { color: rgb(170,23,238); }

 H1.HeaderClassName
 {
   color: #AA17EE;
 }
 .AnyTagClassName
 {
   color: #AA17EE;
 }
</style>
background-color css

<style>
 a { background-color: #AA17EE; }

 a { background-color: rgb(170,23,238); }

 div.DivClassName
 {
   background-color: #AA17EE;
 }
 .BgClassName
 {
   background-color: #AA17EE;
 }
</style>
border-color css

<style>
 span { border-color: #AA17EE; }

 span { border-color: rgb(170,23,238); }

 td.TdClassName
 {
   border-color: #AA17EE;
 }
 .TagClassName
 {
   border-color: #AA17EE;
 }
</style>