#AE1EEA

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

Shades of Electric Purple #AE1EEA

Tints of Electric Purple #AE1EEA

Color information

#AE1EEA (or 0xAE1EEA) is unknown color: approx Electric Purple. HEX triplet: AE, 1E and EA. RGB value is (174,30,234). Sum of RGB (Red+Green+Blue) = 174+30+234=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1EEA is #51E115. Grayscale: #5F5F5F. Windows color (decimal): -5366038 or 15343278. OLE color: 15343278.

HSL color Cylindrical-coordinate representation of color #AE1EEA: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1EEA is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17430234-
CMYK0.260.8700.08
HSL282.35º82.93%51.76%-
HSV(B)282.35º87.18%91.76%-
XYZ32.7715.8779.18-
YUV96.31205.71183.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 30 (12.11% from 255) = 6.85%
BLUE value IS 234 (91.80% from 255) = 53.42%
R=39.73%
G=6.85%
B=53.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174302340.260.8700.08282.3582.9351.76
HexAE1EEA1A570811a5334
Octal256363523212701043212364
Binary101011101111011101010110101010111010001000110101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1EEA; }

 p { color: rgb(174,30,234); }

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

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

 a { background-color: rgb(174,30,234); }

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

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

 span { border-color: rgb(174,30,234); }

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