Html Css Color HEX #AE11FF Electric Purple

📋 copy color: '#AE11FF'

red 174 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #AE11FF

Tints of Electric Purple #AE11FF

RGB

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

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

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

R = 39.01%
G = 3.81%
B = 57.17%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE11FF (or 0xAE11FF) is known color: Electric Purple. HEX triplet: AE, 11 and FF. RGB value is (174,17,255). Sum of RGB (Red+Green+Blue) = 174+17+255=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE11FF is #51EE00. Grayscale: #5A5A5A. Windows color (decimal): -5369345 or 16716206. OLE color: 16716206.

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

Color convert

RGB 174 17 255 -
CMYK 0.32 0.93 0 0
HSL 279.58º 1% 0.53% -
HSV(B) 279.58º 0.93% 1% -
XYZ 35.71 16.62 95.93 -
YUV 91.08 220.51 187.15 -
System Red Green Blue C M Y K H S L
Decimal 174 17 255 0.32 0.93 0 0 279.58 1 0.53
Hex AE 11 FF 20 5D 0 0 118 64 35
Octal 256 21 377 40 135 0 0 430 144 65
Binary 10101110 10001 11111111 100000 1011101 0 0 100011000 1100100 110101

Color Harmonies of #AE11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11FF

Black with #AE11FF

Text Example


Text Example

White with #AE11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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