Html Css Color HEX #AE09E5 Electric Purple

📋 copy color: '#AE09E5'

red 174 ◦ green 9 ◦ blue 229

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

Shades of Electric Purple #AE09E5

Tints of Electric Purple #AE09E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.18%

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

R = 42.23%
G = 2.18%
B = 55.58%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE09E5 (or 0xAE09E5) is known color: Electric Purple. HEX triplet: AE, 09 and E5. RGB value is (174,9,229). Sum of RGB (Red+Green+Blue) = 174+9+229=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE09E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE09E5 is #51F61A. Grayscale: #525252. Windows color (decimal): -5371419 or 15010222. OLE color: 15010222.

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

Color convert

RGB 174 9 229 -
CMYK 0.24 0.96 0 0.10
HSL 285º 0.92% 0.47% -
HSV(B) 285º 0.96% 0.9% -
XYZ 31.7 14.85 75.32 -
YUV 83.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 174 9 229 0.24 0.96 0 0.10 285 0.92 0.47
Hex AE 9 E5 18 60 0 A 11D 5C 2F
Octal 256 11 345 30 140 0 12 435 134 57
Binary 10101110 1001 11100101 11000 1100000 0 1010 100011101 1011100 101111

Color Harmonies of #AE09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE09E5

Black with #AE09E5

Text Example


Text Example

White with #AE09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE09E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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