Html Css Color HEX #AE09E6 Electric Purple

📋 copy color: '#AE09E6'

red 174 ◦ green 9 ◦ blue 230

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

Shades of Electric Purple #AE09E6

Tints of Electric Purple #AE09E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.69%

R = 42.13%
G = 2.18%
B = 55.69%

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

#AE09E6 (or 0xAE09E6) is known color: Electric Purple. HEX triplet: AE, 09 and E6. RGB value is (174,9,230). Sum of RGB (Red+Green+Blue) = 174+9+230=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE09E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE09E6 is #51F619. Grayscale: #525252. Windows color (decimal): -5371418 or 15075758. OLE color: 15075758.

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

Color convert

RGB 174 9 230 -
CMYK 0.24 0.96 0 0.10
HSL 284.8º 0.92% 0.47% -
HSV(B) 284.8º 0.96% 0.9% -
XYZ 31.84 14.91 76.06 -
YUV 83.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 174 9 230 0.24 0.96 0 0.10 284.8 0.92 0.47
Hex AE 9 E6 18 60 0 A 11D 5C 2F
Octal 256 11 346 30 140 0 12 435 134 57
Binary 10101110 1001 11100110 11000 1100000 0 1010 100011101 1011100 101111

Color Harmonies of #AE09E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE09E6

Black with #AE09E6

Text Example


Text Example

White with #AE09E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE09E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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