Html Css Color HEX #AE24FF Electric Purple

📋 copy color: '#AE24FF'

red 174 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #AE24FF

Tints of Electric Purple #AE24FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.74%

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

R = 37.42%
G = 7.74%
B = 54.84%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE24FF (or 0xAE24FF) is known color: Electric Purple. HEX triplet: AE, 24 and FF. RGB value is (174,36,255). Sum of RGB (Red+Green+Blue) = 174+36+255=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE24FF is #51DB00. Grayscale: #656565. Windows color (decimal): -5364481 or 16721070. OLE color: 16721070.

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

Color convert

RGB 174 36 255 -
CMYK 0.32 0.86 0 0
HSL 277.81º 1% 0.57% -
HSV(B) 277.81º 0.86% 1% -
XYZ 36.14 17.48 96.08 -
YUV 102.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 174 36 255 0.32 0.86 0 0 277.81 1 0.57
Hex AE 24 FF 20 56 0 0 116 64 39
Octal 256 44 377 40 126 0 0 426 144 71
Binary 10101110 100100 11111111 100000 1010110 0 0 100010110 1100100 111001

Color Harmonies of #AE24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE24FF

Black with #AE24FF

Text Example


Text Example

White with #AE24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE24FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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