#AE0EFB

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

Shades of Electric Purple #AE0EFB

Tints of Electric Purple #AE0EFB

Color information

#AE0EFB (or 0xAE0EFB) is unknown color: approx Electric Purple. HEX triplet: AE, 0E and FB. RGB value is (174,14,251). Sum of RGB (Red+Green+Blue) = 174+14+251=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0EFB is #51F104. Grayscale: #585858. Windows color (decimal): -5370117 or 16453294. OLE color: 16453294.

HSL color Cylindrical-coordinate representation of color #AE0EFB: hue angle of 280.51º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EFB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17414251-
CMYK0.310.9400.02
HSL280.51º96.73%51.96%-
HSV(B)280.51º94.42%98.43%-
XYZ35.0316.2892.56-
YUV88.86219.51188.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 14 (5.86% from 255) = 3.19%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=39.64%
G=3.19%
B=57.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174142510.310.9400.02280.5196.7351.96
HexAEEFB1F5E021196134
Octal25616373371360243114164
Binary101011101110111110111111110111100101000110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0EFB; }

 p { color: rgb(174,14,251); }

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

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

 a { background-color: rgb(174,14,251); }

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

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

 span { border-color: rgb(174,14,251); }

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