Html Css Color HEX #AE04EE Electric Purple

📋 copy color: '#AE04EE'

red 174 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #AE04EE

Tints of Electric Purple #AE04EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

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

R = 41.83%
G = 0.96%
B = 57.21%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE04EE (or 0xAE04EE) is known color: Electric Purple. HEX triplet: AE, 04 and EE. RGB value is (174,4,238). Sum of RGB (Red+Green+Blue) = 174+4+238=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE04EE is #51FB11. Grayscale: #505050. Windows color (decimal): -5372690 or 15598766. OLE color: 15598766.

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

Color convert

RGB 174 4 238 -
CMYK 0.27 0.98 0 0.07
HSL 283.59º 0.97% 0.47% -
HSV(B) 283.59º 0.98% 0.93% -
XYZ 32.93 15.26 82.1 -
YUV 81.51 216.32 193.97 -
System Red Green Blue C M Y K H S L
Decimal 174 4 238 0.27 0.98 0 0.07 283.59 0.97 0.47
Hex AE 4 EE 1B 62 0 7 11C 61 2F
Octal 256 4 356 33 142 0 7 434 141 57
Binary 10101110 100 11101110 11011 1100010 0 111 100011100 1100001 101111

Color Harmonies of #AE04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04EE

Black with #AE04EE

Text Example


Text Example

White with #AE04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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