Html Css Color HEX #AE20FF Electric Purple

📋 copy color: '#AE20FF'

red 174 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #AE20FF

Tints of Electric Purple #AE20FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.31%

R = 37.74%
G = 6.94%
B = 55.31%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE20FF (or 0xAE20FF) is known color: Electric Purple. HEX triplet: AE, 20 and FF. RGB value is (174,32,255). Sum of RGB (Red+Green+Blue) = 174+32+255=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE20FF is #51DF00. Grayscale: #636363. Windows color (decimal): -5365505 or 16720046. OLE color: 16720046.

HSL color Cylindrical-coordinate representation of color #AE20FF: hue angle of 278.21º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE20FF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 32 255 -
CMYK 0.32 0.87 0 0
HSL 278.21º 1% 0.56% -
HSV(B) 278.21º 0.87% 1% -
XYZ 36.02 17.25 96.04 -
YUV 99.88 215.54 180.87 -
System Red Green Blue C M Y K H S L
Decimal 174 32 255 0.32 0.87 0 0 278.21 1 0.56
Hex AE 20 FF 20 57 0 0 116 64 38
Octal 256 40 377 40 127 0 0 426 144 70
Binary 10101110 100000 11111111 100000 1010111 0 0 100010110 1100100 111000

Color Harmonies of #AE20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20FF

Black with #AE20FF

Text Example


Text Example

White with #AE20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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