#AE1AF4

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

Shades of Electric Purple #AE1AF4

Tints of Electric Purple #AE1AF4

Color information

#AE1AF4 (or 0xAE1AF4) is unknown color: approx Electric Purple. HEX triplet: AE, 1A and F4. RGB value is (174,26,244). Sum of RGB (Red+Green+Blue) = 174+26+244=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 244 (95.70% from 255 or 54.95% from 444); Max value from RGB is 244 - color contains mainly: blue. Hex color #AE1AF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1AF4 is #51E50B. Grayscale: #5E5E5E. Windows color (decimal): -5367052 or 15997614. OLE color: 15997614.

HSL color Cylindrical-coordinate representation of color #AE1AF4: hue angle of 280.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1AF4 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17426244-
CMYK0.290.8900.04
HSL280.73º90.83%52.94%-
HSV(B)280.73º89.34%95.69%-
XYZ34.1516.2786.93-
YUV95.1212.03184.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 26 (10.55% from 255) = 5.86%
BLUE value IS 244 (95.70% from 255) = 54.95%
R=39.19%
G=5.86%
B=54.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal174262440.290.8900.04280.7390.8352.94
HexAE1AF41D59041195b35
Octal25632364351310443113365
Binary10101110110101111010011101101100101001000110011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AF4; }

 p { color: rgb(174,26,244); }

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

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

 a { background-color: rgb(174,26,244); }

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

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

 span { border-color: rgb(174,26,244); }

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