Html Css Color HEX #AE26FF Electric Purple

📋 copy color: '#AE26FF'

red 174 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #AE26FF

Tints of Electric Purple #AE26FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.14%

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

R = 37.26%
G = 8.14%
B = 54.6%

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

#AE26FF (or 0xAE26FF) is known color: Electric Purple. HEX triplet: AE, 26 and FF. RGB value is (174,38,255). Sum of RGB (Red+Green+Blue) = 174+38+255=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE26FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE26FF is #51D900. Grayscale: #666666. Windows color (decimal): -5363969 or 16721582. OLE color: 16721582.

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

Color convert

RGB 174 38 255 -
CMYK 0.32 0.85 0 0
HSL 277.6º 1% 0.57% -
HSV(B) 277.6º 0.85% 1% -
XYZ 36.2 17.6 96.1 -
YUV 103.4 213.56 178.36 -
System Red Green Blue C M Y K H S L
Decimal 174 38 255 0.32 0.85 0 0 277.6 1 0.57
Hex AE 26 FF 20 55 0 0 116 64 39
Octal 256 46 377 40 125 0 0 426 144 71
Binary 10101110 100110 11111111 100000 1010101 0 0 100010110 1100100 111001

Color Harmonies of #AE26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE26FF

Black with #AE26FF

Text Example


Text Example

White with #AE26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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