Html Css Color HEX #AE02E5 Electric Purple

📋 copy color: '#AE02E5'

red 174 ◦ green 2 ◦ blue 229

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

Shades of Electric Purple #AE02E5

Tints of Electric Purple #AE02E5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 229 (89.84% from 255) = 56.54%

R = 42.96%
G = 0.49%
B = 56.54%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE02E5 (or 0xAE02E5) is known color: Electric Purple. HEX triplet: AE, 02 and E5. RGB value is (174,2,229). Sum of RGB (Red+Green+Blue) = 174+2+229=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE02E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE02E5 is #51FD1A. Grayscale: #4E4E4E. Windows color (decimal): -5373211 or 15008430. OLE color: 15008430.

HSL color Cylindrical-coordinate representation of color #AE02E5: hue angle of 285.46º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02E5 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 2 229 -
CMYK 0.24 0.99 0 0.10
HSL 285.46º 0.98% 0.45% -
HSV(B) 285.46º 0.99% 0.9% -
XYZ 31.62 14.7 75.3 -
YUV 79.31 212.48 195.54 -
System Red Green Blue C M Y K H S L
Decimal 174 2 229 0.24 0.99 0 0.10 285.46 0.98 0.45
Hex AE 2 E5 18 63 0 A 11D 62 2D
Octal 256 2 345 30 143 0 12 435 142 55
Binary 10101110 10 11100101 11000 1100011 0 1010 100011101 1100010 101101

Color Harmonies of #AE02E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE02E5

Black with #AE02E5

Text Example


Text Example

White with #AE02E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE02E5; }

 p { color: rgb(174,2,229); }

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

background-color css

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

 a { background-color: rgb(174,2,229); }

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

border-color css

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

 span { border-color: rgb(174,2,229); }

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