Html Css Color HEX #AE25FF Electric Purple

📋 copy color: '#AE25FF'

red 174 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #AE25FF

Tints of Electric Purple #AE25FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.94%

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

R = 37.34%
G = 7.94%
B = 54.72%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE25FF (or 0xAE25FF) is known color: Electric Purple. HEX triplet: AE, 25 and FF. RGB value is (174,37,255). Sum of RGB (Red+Green+Blue) = 174+37+255=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE25FF is #51DA00. Grayscale: #666666. Windows color (decimal): -5364225 or 16721326. OLE color: 16721326.

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

Color convert

RGB 174 37 255 -
CMYK 0.32 0.85 0 0
HSL 277.71º 1% 0.57% -
HSV(B) 277.71º 0.85% 1% -
XYZ 36.17 17.54 96.09 -
YUV 102.82 213.89 178.77 -
System Red Green Blue C M Y K H S L
Decimal 174 37 255 0.32 0.85 0 0 277.71 1 0.57
Hex AE 25 FF 20 55 0 0 116 64 39
Octal 256 45 377 40 125 0 0 426 144 71
Binary 10101110 100101 11111111 100000 1010101 0 0 100010110 1100100 111001

Color Harmonies of #AE25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE25FF

Black with #AE25FF

Text Example


Text Example

White with #AE25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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