Html Css Color HEX #AE20FA Electric Purple

📋 copy color: '#AE20FA'

red 174 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #AE20FA

Tints of Electric Purple #AE20FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 38.16%
G = 7.02%
B = 54.82%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE20FA (or 0xAE20FA) is known color: Electric Purple. HEX triplet: AE, 20 and FA. RGB value is (174,32,250). Sum of RGB (Red+Green+Blue) = 174+32+250=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE20FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE20FA is #51DF05. Grayscale: #626262. Windows color (decimal): -5365510 or 16392366. OLE color: 16392366.

HSL color Cylindrical-coordinate representation of color #AE20FA: hue angle of 279.08º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE20FA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 32 250 -
CMYK 0.30 0.87 0 0.02
HSL 279.08º 0.96% 0.55% -
HSV(B) 279.08º 0.87% 0.98% -
XYZ 35.23 16.93 91.85 -
YUV 99.31 213.04 181.27 -
System Red Green Blue C M Y K H S L
Decimal 174 32 250 0.30 0.87 0 0.02 279.08 0.96 0.55
Hex AE 20 FA 1E 57 0 2 117 60 37
Octal 256 40 372 36 127 0 2 427 140 67
Binary 10101110 100000 11111010 11110 1010111 0 10 100010111 1100000 110111

Color Harmonies of #AE20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20FA

Black with #AE20FA

Text Example


Text Example

White with #AE20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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