Html Css Color HEX #AE09E9 Electric Purple

📋 copy color: '#AE09E9'

red 174 ◦ green 9 ◦ blue 233

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

Shades of Electric Purple #AE09E9

Tints of Electric Purple #AE09E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.01%

R = 41.83%
G = 2.16%
B = 56.01%

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

#AE09E9 (or 0xAE09E9) is known color: Electric Purple. HEX triplet: AE, 09 and E9. RGB value is (174,9,233). Sum of RGB (Red+Green+Blue) = 174+9+233=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE09E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE09E9 is #51F616. Grayscale: #535353. Windows color (decimal): -5371415 or 15272366. OLE color: 15272366.

HSL color Cylindrical-coordinate representation of color #AE09E9: hue angle of 284.2º 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 #AE09E9 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 9 233 -
CMYK 0.25 0.96 0 0.09
HSL 284.2º 0.93% 0.47% -
HSV(B) 284.2º 0.96% 0.91% -
XYZ 32.26 15.08 78.3 -
YUV 83.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 174 9 233 0.25 0.96 0 0.09 284.2 0.93 0.47
Hex AE 9 E9 19 60 0 9 11C 5D 2F
Octal 256 11 351 31 140 0 11 434 135 57
Binary 10101110 1001 11101001 11001 1100000 0 1001 100011100 1011101 101111

Color Harmonies of #AE09E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE09E9

Black with #AE09E9

Text Example


Text Example

White with #AE09E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE09E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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