Html Css Color HEX #AE0EFF Electric Purple

📋 copy color: '#AE0EFF'

red 174 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #AE0EFF

Tints of Electric Purple #AE0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.16%

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

R = 39.28%
G = 3.16%
B = 57.56%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE0EFF (or 0xAE0EFF) is known color: Electric Purple. HEX triplet: AE, 0E and FF. RGB value is (174,14,255). Sum of RGB (Red+Green+Blue) = 174+14+255=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0EFF is #51F100. Grayscale: #585858. Windows color (decimal): -5370113 or 16715438. OLE color: 16715438.

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

Color convert

RGB 174 14 255 -
CMYK 0.32 0.95 0 0
HSL 279.83º 1% 0.53% -
HSV(B) 279.83º 0.95% 1% -
XYZ 35.66 16.53 95.92 -
YUV 89.31 221.51 188.4 -
System Red Green Blue C M Y K H S L
Decimal 174 14 255 0.32 0.95 0 0 279.83 1 0.53
Hex AE E FF 20 5F 0 0 118 64 35
Octal 256 16 377 40 137 0 0 430 144 65
Binary 10101110 1110 11111111 100000 1011111 0 0 100011000 1100100 110101

Color Harmonies of #AE0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0EFF

Black with #AE0EFF

Text Example


Text Example

White with #AE0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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