Html Css Color HEX #AE2AFF Electric Purple

📋 copy color: '#AE2AFF'

red 174 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #AE2AFF

Tints of Electric Purple #AE2AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.92%

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

R = 36.94%
G = 8.92%
B = 54.14%

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

#AE2AFF (or 0xAE2AFF) is known color: Electric Purple. HEX triplet: AE, 2A and FF. RGB value is (174,42,255). Sum of RGB (Red+Green+Blue) = 174+42+255=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2AFF is #51D500. Grayscale: #696969. Windows color (decimal): -5362945 or 16722606. OLE color: 16722606.

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

Color convert

RGB 174 42 255 -
CMYK 0.32 0.84 0 0
HSL 277.18º 1% 0.58% -
HSV(B) 277.18º 0.84% 1% -
XYZ 36.33 17.87 96.14 -
YUV 105.75 212.23 176.68 -
System Red Green Blue C M Y K H S L
Decimal 174 42 255 0.32 0.84 0 0 277.18 1 0.58
Hex AE 2A FF 20 54 0 0 115 64 3A
Octal 256 52 377 40 124 0 0 425 144 72
Binary 10101110 101010 11111111 100000 1010100 0 0 100010101 1100100 111010

Color Harmonies of #AE2AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2AFF

Black with #AE2AFF

Text Example


Text Example

White with #AE2AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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