Html Css Color HEX #AE05E5 Electric Purple

📋 copy color: '#AE05E5'

red 174 ◦ green 5 ◦ blue 229

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

Shades of Electric Purple #AE05E5

Tints of Electric Purple #AE05E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 42.65%
G = 1.23%
B = 56.13%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE05E5 (or 0xAE05E5) is known color: Electric Purple. HEX triplet: AE, 05 and E5. RGB value is (174,5,229). Sum of RGB (Red+Green+Blue) = 174+5+229=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE05E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05E5 is #51FA1A. Grayscale: #505050. Windows color (decimal): -5372443 or 15009198. OLE color: 15009198.

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

Color convert

RGB 174 5 229 -
CMYK 0.24 0.98 0 0.10
HSL 285.27º 0.96% 0.46% -
HSV(B) 285.27º 0.98% 0.9% -
XYZ 31.65 14.76 75.31 -
YUV 81.07 211.49 194.29 -
System Red Green Blue C M Y K H S L
Decimal 174 5 229 0.24 0.98 0 0.10 285.27 0.96 0.46
Hex AE 5 E5 18 62 0 A 11D 60 2E
Octal 256 5 345 30 142 0 12 435 140 56
Binary 10101110 101 11100101 11000 1100010 0 1010 100011101 1100000 101110

Color Harmonies of #AE05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE05E5

Black with #AE05E5

Text Example


Text Example

White with #AE05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE05E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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