#AE1AFE

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

Shades of Electric Purple #AE1AFE

Tints of Electric Purple #AE1AFE

Color information

#AE1AFE (or 0xAE1AFE) is unknown color: approx Electric Purple. HEX triplet: AE, 1A and FE. RGB value is (174,26,254). Sum of RGB (Red+Green+Blue) = 174+26+254=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE1AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE1AFE is #51E501. Grayscale: #5F5F5F. Windows color (decimal): -5367042 or 16652974. OLE color: 16652974.

HSL color Cylindrical-coordinate representation of color #AE1AFE: hue angle of 278.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1AFE is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17426254-
CMYK0.310.9000.00
HSL278.95º99.13%54.9%-
HSV(B)278.95º89.76%99.61%-
XYZ35.7116.8995.14-
YUV96.24217.03183.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 26 (10.55% from 255) = 5.73%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=38.33%
G=5.73%
B=55.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal174262540.310.9000.00278.9599.1354.9
HexAE1AFE1F5A001176337
Octal25632376371320042714367
Binary101011101101011111110111111011010001000101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AFE; }

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

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

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

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

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

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

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

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