Html Css Color HEX #AE0EFB Electric Purple

📋 copy color: '#AE0EFB'

red 174 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #AE0EFB

Tints of Electric Purple #AE0EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.18%

R = 39.64%
G = 3.19%
B = 57.18%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE0EFB (or 0xAE0EFB) is known color: Electric Purple. HEX triplet: AE, 0E and FB. RGB value is (174,14,251). Sum of RGB (Red+Green+Blue) = 174+14+251=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0EFB is #51F104. Grayscale: #585858. Windows color (decimal): -5370117 or 16453294. OLE color: 16453294.

HSL color Cylindrical-coordinate representation of color #AE0EFB: hue angle of 280.51º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EFB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 14 251 -
CMYK 0.31 0.94 0 0.02
HSL 280.51º 0.97% 0.52% -
HSV(B) 280.51º 0.94% 0.98% -
XYZ 35.03 16.28 92.56 -
YUV 88.86 219.51 188.73 -
System Red Green Blue C M Y K H S L
Decimal 174 14 251 0.31 0.94 0 0.02 280.51 0.97 0.52
Hex AE E FB 1F 5E 0 2 119 61 34
Octal 256 16 373 37 136 0 2 431 141 64
Binary 10101110 1110 11111011 11111 1011110 0 10 100011001 1100001 110100

Color Harmonies of #AE0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0EFB

Black with #AE0EFB

Text Example


Text Example

White with #AE0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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