Html Css Color HEX #AE23FF Electric Purple

📋 copy color: '#AE23FF'

red 174 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #AE23FF

Tints of Electric Purple #AE23FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.54%

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

R = 37.5%
G = 7.54%
B = 54.96%

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

#AE23FF (or 0xAE23FF) is known color: Electric Purple. HEX triplet: AE, 23 and FF. RGB value is (174,35,255). Sum of RGB (Red+Green+Blue) = 174+35+255=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE23FF is #51DC00. Grayscale: #646464. Windows color (decimal): -5364737 or 16720814. OLE color: 16720814.

HSL color Cylindrical-coordinate representation of color #AE23FF: hue angle of 277.91º 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 #AE23FF is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 35 255 -
CMYK 0.32 0.86 0 0
HSL 277.91º 1% 0.57% -
HSV(B) 277.91º 0.86% 1% -
XYZ 36.11 17.42 96.07 -
YUV 101.64 214.55 179.61 -
System Red Green Blue C M Y K H S L
Decimal 174 35 255 0.32 0.86 0 0 277.91 1 0.57
Hex AE 23 FF 20 56 0 0 116 64 39
Octal 256 43 377 40 126 0 0 426 144 71
Binary 10101110 100011 11111111 100000 1010110 0 0 100010110 1100100 111001

Color Harmonies of #AE23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE23FF

Black with #AE23FF

Text Example


Text Example

White with #AE23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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