Html Css Color HEX #AE0FEC Electric Purple

📋 copy color: '#AE0FEC'

red 174 ◦ green 15 ◦ blue 236

#AE0FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #AE0FEC

Tints of Electric Purple #AE0FEC

RGB

 RED value IS 174 (68.36% from 255) = 40.94%

 GREEN value IS 15 (6.25% from 255) = 3.53%

 BLUE value IS 236 (92.58% from 255) = 55.53%

R = 40.94%
G = 3.53%
B = 55.53%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE0FEC (or 0xAE0FEC) is known color: Electric Purple. HEX triplet: AE, 0F and EC. RGB value is (174,15,236). Sum of RGB (Red+Green+Blue) = 174+15+236=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0FEC is #51F013. Grayscale: #575757. Windows color (decimal): -5369876 or 15470510. OLE color: 15470510.

HSL color Cylindrical-coordinate representation of color #AE0FEC: hue angle of 283.17º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0FEC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 15 236 -
CMYK 0.26 0.94 0 0.07
HSL 283.17º 0.88% 0.49% -
HSV(B) 283.17º 0.94% 0.93% -
XYZ 32.77 15.4 80.6 -
YUV 87.74 211.68 189.53 -
System Red Green Blue C M Y K H S L
Decimal 174 15 236 0.26 0.94 0 0.07 283.17 0.88 0.49
Hex AE F EC 1A 5E 0 7 11B 58 31
Octal 256 17 354 32 136 0 7 433 130 61
Binary 10101110 1111 11101100 11010 1011110 0 111 100011011 1011000 110001

Color Harmonies of #AE0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FEC

Black with #AE0FEC

Text Example


Text Example

White with #AE0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FEC; }

 p { color: rgb(174,15,236); }

 H1.HeaderClassName
 {
   color: #AE0FEC;
 }
 .AnyTagClassName
 {
   color: #AE0FEC;
 }
</style>

background-color css

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

 a { background-color: rgb(174,15,236); }

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

border-color css

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

 span { border-color: rgb(174,15,236); }

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