#AE04ED

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

Shades of Electric Purple #AE04ED

Tints of Electric Purple #AE04ED

Color information

#AE04ED (or 0xAE04ED) is unknown color: approx Electric Purple. HEX triplet: AE, 04 and ED. RGB value is (174,4,237). Sum of RGB (Red+Green+Blue) = 174+4+237=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE04ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE04ED is #51FB12. Grayscale: #505050. Windows color (decimal): -5372691 or 15533230. OLE color: 15533230.

HSL color Cylindrical-coordinate representation of color #AE04ED: hue angle of 283.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04ED is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1744237-
CMYK0.270.9800.07
HSL283.78º96.68%47.25%-
HSV(B)283.78º98.31%92.94%-
XYZ32.7915.281.33-
YUV81.39215.82194.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 4 (1.95% from 255) = 0.96%
BLUE value IS 237 (92.97% from 255) = 57.11%
R=41.93%
G=0.96%
B=57.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17442370.270.9800.07283.7896.6847.25
HexAE4ED1B620711c612f
Octal2564355331420743414157
Binary101011101001110110111011110001001111000111001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE04ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE04ED; }

 p { color: rgb(174,4,237); }

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

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

 a { background-color: rgb(174,4,237); }

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

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

 span { border-color: rgb(174,4,237); }

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