Html Css Color HEX #AE11FE Electric Purple

📋 copy color: '#AE11FE'

red 174 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #AE11FE

Tints of Electric Purple #AE11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.82%

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 39.1%
G = 3.82%
B = 57.08%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE11FE (or 0xAE11FE) is known color: Electric Purple. HEX triplet: AE, 11 and FE. RGB value is (174,17,254). Sum of RGB (Red+Green+Blue) = 174+17+254=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE11FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE11FE is #51EE01. Grayscale: #5A5A5A. Windows color (decimal): -5369346 or 16650670. OLE color: 16650670.

HSL color Cylindrical-coordinate representation of color #AE11FE: hue angle of 279.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE11FE is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 17 254 -
CMYK 0.31 0.93 0 0.00
HSL 279.75º 0.99% 0.53% -
HSV(B) 279.75º 0.93% 1% -
XYZ 35.55 16.56 95.09 -
YUV 90.96 220.01 187.23 -
System Red Green Blue C M Y K H S L
Decimal 174 17 254 0.31 0.93 0 0.00 279.75 0.99 0.53
Hex AE 11 FE 1F 5D 0 0 118 63 35
Octal 256 21 376 37 135 0 0 430 143 65
Binary 10101110 10001 11111110 11111 1011101 0 0 100011000 1100011 110101

Color Harmonies of #AE11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11FE

Black with #AE11FE

Text Example


Text Example

White with #AE11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11FE; }

 p { color: rgb(174,17,254); }

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

background-color css

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

 a { background-color: rgb(174,17,254); }

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

border-color css

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

 span { border-color: rgb(174,17,254); }

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