Html Css Color HEX #AE0FED Electric Purple

📋 copy color: '#AE0FED'

red 174 ◦ green 15 ◦ blue 237

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

Shades of Electric Purple #AE0FED

Tints of Electric Purple #AE0FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 40.85%
G = 3.52%
B = 55.63%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE0FED (or 0xAE0FED) is known color: Electric Purple. HEX triplet: AE, 0F and ED. RGB value is (174,15,237). Sum of RGB (Red+Green+Blue) = 174+15+237=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE0FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0FED is #51F012. Grayscale: #575757. Windows color (decimal): -5369875 or 15536046. OLE color: 15536046.

HSL color Cylindrical-coordinate representation of color #AE0FED: hue angle of 282.97º 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 #AE0FED is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 15 237 -
CMYK 0.27 0.94 0 0.07
HSL 282.97º 0.88% 0.49% -
HSV(B) 282.97º 0.94% 0.93% -
XYZ 32.91 15.45 81.37 -
YUV 87.85 212.18 189.45 -
System Red Green Blue C M Y K H S L
Decimal 174 15 237 0.27 0.94 0 0.07 282.97 0.88 0.49
Hex AE F ED 1B 5E 0 7 11B 58 31
Octal 256 17 355 33 136 0 7 433 130 61
Binary 10101110 1111 11101101 11011 1011110 0 111 100011011 1011000 110001

Color Harmonies of #AE0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FED

Black with #AE0FED

Text Example


Text Example

White with #AE0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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