Html Css Color HEX #AE09FF Electric Purple

📋 copy color: '#AE09FF'

red 174 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #AE09FF

Tints of Electric Purple #AE09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.22%

R = 39.73%
G = 2.05%
B = 58.22%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE09FF (or 0xAE09FF) is known color: Electric Purple. HEX triplet: AE, 09 and FF. RGB value is (174,9,255). Sum of RGB (Red+Green+Blue) = 174+9+255=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE09FF is #51F600. Grayscale: #555555. Windows color (decimal): -5371393 or 16714158. OLE color: 16714158.

HSL color Cylindrical-coordinate representation of color #AE09FF: hue angle of 280.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE09FF is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 9 255 -
CMYK 0.32 0.96 0 0
HSL 280.24º 1% 0.52% -
HSV(B) 280.24º 0.96% 1% -
XYZ 35.6 16.41 95.9 -
YUV 86.38 223.16 190.5 -
System Red Green Blue C M Y K H S L
Decimal 174 9 255 0.32 0.96 0 0 280.24 1 0.52
Hex AE 9 FF 20 60 0 0 118 64 34
Octal 256 11 377 40 140 0 0 430 144 64
Binary 10101110 1001 11111111 100000 1100000 0 0 100011000 1100100 110100

Color Harmonies of #AE09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE09FF

Black with #AE09FF

Text Example


Text Example

White with #AE09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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