Html Css Color HEX #AE20EC Electric Purple

📋 copy color: '#AE20EC'

red 174 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #AE20EC

Tints of Electric Purple #AE20EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.24%

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

R = 39.37%
G = 7.24%
B = 53.39%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE20EC (or 0xAE20EC) is known color: Electric Purple. HEX triplet: AE, 20 and EC. RGB value is (174,32,236). Sum of RGB (Red+Green+Blue) = 174+32+236=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE20EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE20EC is #51DF13. Grayscale: #616161. Windows color (decimal): -5365524 or 15474862. OLE color: 15474862.

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

Color convert

RGB 174 32 236 -
CMYK 0.26 0.86 0 0.07
HSL 281.76º 0.84% 0.53% -
HSV(B) 281.76º 0.86% 0.93% -
XYZ 33.11 16.09 80.72 -
YUV 97.71 206.04 182.41 -
System Red Green Blue C M Y K H S L
Decimal 174 32 236 0.26 0.86 0 0.07 281.76 0.84 0.53
Hex AE 20 EC 1A 56 0 7 11A 54 35
Octal 256 40 354 32 126 0 7 432 124 65
Binary 10101110 100000 11101100 11010 1010110 0 111 100011010 1010100 110101

Color Harmonies of #AE20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20EC

Black with #AE20EC

Text Example


Text Example

White with #AE20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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