#AE10EE

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

Shades of Electric Purple #AE10EE

Tints of Electric Purple #AE10EE

Color information

#AE10EE (or 0xAE10EE) is unknown color: approx Electric Purple. HEX triplet: AE, 10 and EE. RGB value is (174,16,238). Sum of RGB (Red+Green+Blue) = 174+16+238=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE10EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE10EE is #51EF11. Grayscale: #575757. Windows color (decimal): -5369618 or 15601838. OLE color: 15601838.

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

Color convert

RGB17416238-
CMYK0.270.9300.07
HSL282.7º87.4%49.8%-
HSV(B)282.7º93.28%93.33%-
XYZ33.0715.5482.15-
YUV88.55212.35188.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 16 (6.64% from 255) = 3.74%
BLUE value IS 238 (93.36% from 255) = 55.61%
R=40.65%
G=3.74%
B=55.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174162380.270.9300.07282.787.449.8
HexAE10EE1B5D0711b5732
Octal25620356331350743312762
Binary10101110100001110111011011101110101111000110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE10EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE10EE; }

 p { color: rgb(174,16,238); }

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

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

 a { background-color: rgb(174,16,238); }

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

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

 span { border-color: rgb(174,16,238); }

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