Html Css Color HEX #AE0EEE Electric Purple

📋 copy color: '#AE0EEE'

red 174 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #AE0EEE

Tints of Electric Purple #AE0EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.87%

R = 40.85%
G = 3.29%
B = 55.87%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE0EEE (or 0xAE0EEE) is known color: Electric Purple. HEX triplet: AE, 0E and EE. RGB value is (174,14,238). Sum of RGB (Red+Green+Blue) = 174+14+238=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE0EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0EEE is #51F111. Grayscale: #565656. Windows color (decimal): -5370130 or 15601326. OLE color: 15601326.

HSL color Cylindrical-coordinate representation of color #AE0EEE: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EEE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 14 238 -
CMYK 0.27 0.94 0 0.07
HSL 282.86º 0.89% 0.49% -
HSV(B) 282.86º 0.94% 0.93% -
XYZ 33.05 15.49 82.14 -
YUV 87.38 213.01 189.79 -
System Red Green Blue C M Y K H S L
Decimal 174 14 238 0.27 0.94 0 0.07 282.86 0.89 0.49
Hex AE E EE 1B 5E 0 7 11B 59 31
Octal 256 16 356 33 136 0 7 433 131 61
Binary 10101110 1110 11101110 11011 1011110 0 111 100011011 1011001 110001

Color Harmonies of #AE0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0EEE

Black with #AE0EEE

Text Example


Text Example

White with #AE0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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