Html Css Color HEX #AE28FF Electric Purple

📋 copy color: '#AE28FF'

red 174 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #AE28FF

Tints of Electric Purple #AE28FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.53%

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

R = 37.1%
G = 8.53%
B = 54.37%

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

#AE28FF (or 0xAE28FF) is known color: Electric Purple. HEX triplet: AE, 28 and FF. RGB value is (174,40,255). Sum of RGB (Red+Green+Blue) = 174+40+255=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE28FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE28FF is #51D700. Grayscale: #676767. Windows color (decimal): -5363457 or 16722094. OLE color: 16722094.

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

Color convert

RGB 174 40 255 -
CMYK 0.32 0.84 0 0
HSL 277.4º 1% 0.58% -
HSV(B) 277.4º 0.84% 1% -
XYZ 36.26 17.74 96.12 -
YUV 104.58 212.89 177.52 -
System Red Green Blue C M Y K H S L
Decimal 174 40 255 0.32 0.84 0 0 277.4 1 0.58
Hex AE 28 FF 20 54 0 0 115 64 3A
Octal 256 50 377 40 124 0 0 425 144 72
Binary 10101110 101000 11111111 100000 1010100 0 0 100010101 1100100 111010

Color Harmonies of #AE28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28FF

Black with #AE28FF

Text Example


Text Example

White with #AE28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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