Html Css Color HEX #AE09E8 Electric Purple

📋 copy color: '#AE09E8'

red 174 ◦ green 9 ◦ blue 232

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

Shades of Electric Purple #AE09E8

Tints of Electric Purple #AE09E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.9%

R = 41.93%
G = 2.17%
B = 55.9%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE09E8 (or 0xAE09E8) is known color: Electric Purple. HEX triplet: AE, 09 and E8. RGB value is (174,9,232). Sum of RGB (Red+Green+Blue) = 174+9+232=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE09E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE09E8 is #51F617. Grayscale: #535353. Windows color (decimal): -5371416 or 15206830. OLE color: 15206830.

HSL color Cylindrical-coordinate representation of color #AE09E8: hue angle of 284.39º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE09E8 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 9 232 -
CMYK 0.25 0.96 0 0.09
HSL 284.39º 0.93% 0.47% -
HSV(B) 284.39º 0.96% 0.91% -
XYZ 32.12 15.02 77.55 -
YUV 83.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 174 9 232 0.25 0.96 0 0.09 284.39 0.93 0.47
Hex AE 9 E8 19 60 0 9 11C 5D 2F
Octal 256 11 350 31 140 0 11 434 135 57
Binary 10101110 1001 11101000 11001 1100000 0 1001 100011100 1011101 101111

Color Harmonies of #AE09E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE09E8

Black with #AE09E8

Text Example


Text Example

White with #AE09E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE09E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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