Html Css Color HEX #AE0DEC Electric Purple

📋 copy color: '#AE0DEC'

red 174 ◦ green 13 ◦ blue 236

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

Shades of Electric Purple #AE0DEC

Tints of Electric Purple #AE0DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

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

R = 41.13%
G = 3.07%
B = 55.79%

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

#AE0DEC (or 0xAE0DEC) is known color: Electric Purple. HEX triplet: AE, 0D and EC. RGB value is (174,13,236). Sum of RGB (Red+Green+Blue) = 174+13+236=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE0DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0DEC is #51F213. Grayscale: #555555. Windows color (decimal): -5370388 or 15469998. OLE color: 15469998.

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

Color convert

RGB 174 13 236 -
CMYK 0.26 0.94 0 0.07
HSL 283.32º 0.9% 0.49% -
HSV(B) 283.32º 0.94% 0.93% -
XYZ 32.74 15.34 80.59 -
YUV 86.56 212.34 190.37 -
System Red Green Blue C M Y K H S L
Decimal 174 13 236 0.26 0.94 0 0.07 283.32 0.9 0.49
Hex AE D EC 1A 5E 0 7 11B 5A 31
Octal 256 15 354 32 136 0 7 433 132 61
Binary 10101110 1101 11101100 11010 1011110 0 111 100011011 1011010 110001

Color Harmonies of #AE0DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DEC

Black with #AE0DEC

Text Example


Text Example

White with #AE0DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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