Html Css Color HEX #AE29FF Electric Purple

📋 copy color: '#AE29FF'

red 174 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #AE29FF

Tints of Electric Purple #AE29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.72%

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

R = 37.02%
G = 8.72%
B = 54.26%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE29FF (or 0xAE29FF) is known color: Electric Purple. HEX triplet: AE, 29 and FF. RGB value is (174,41,255). Sum of RGB (Red+Green+Blue) = 174+41+255=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE29FF is #51D600. Grayscale: #686868. Windows color (decimal): -5363201 or 16722350. OLE color: 16722350.

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

Color convert

RGB 174 41 255 -
CMYK 0.32 0.84 0 0
HSL 277.29º 1% 0.58% -
HSV(B) 277.29º 0.84% 1% -
XYZ 36.3 17.8 96.13 -
YUV 105.16 212.56 177.1 -
System Red Green Blue C M Y K H S L
Decimal 174 41 255 0.32 0.84 0 0 277.29 1 0.58
Hex AE 29 FF 20 54 0 0 115 64 3A
Octal 256 51 377 40 124 0 0 425 144 72
Binary 10101110 101001 11111111 100000 1010100 0 0 100010101 1100100 111010

Color Harmonies of #AE29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE29FF

Black with #AE29FF

Text Example


Text Example

White with #AE29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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