#AE14E5

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

Shades of Electric Purple #AE14E5

Tints of Electric Purple #AE14E5

Color information

#AE14E5 (or 0xAE14E5) is unknown color: approx Electric Purple. HEX triplet: AE, 14 and E5. RGB value is (174,20,229). Sum of RGB (Red+Green+Blue) = 174+20+229=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE14E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14E5 is #51EB1A. Grayscale: #595959. Windows color (decimal): -5368603 or 15013038. OLE color: 15013038.

HSL color Cylindrical-coordinate representation of color #AE14E5: hue angle of 284.21º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE14E5 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17420229-
CMYK0.240.9100.10
HSL284.21º83.94%48.82%-
HSV(B)284.21º91.27%89.8%-
XYZ31.8515.1675.38-
YUV89.87206.52188.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 20 (8.20% from 255) = 4.73%
BLUE value IS 229 (89.84% from 255) = 54.14%
R=41.13%
G=4.73%
B=54.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174202290.240.9100.10284.2183.9448.82
HexAE14E5185B0A11c5431
Octal256243453013301243412461
Binary101011101010011100101110001011011010101000111001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE14E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE14E5; }

 p { color: rgb(174,20,229); }

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

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

 a { background-color: rgb(174,20,229); }

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

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

 span { border-color: rgb(174,20,229); }

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