Html Css Color HEX #AE05EC Electric Purple

📋 copy color: '#AE05EC'

red 174 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #AE05EC

Tints of Electric Purple #AE05EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 41.93%
G = 1.2%
B = 56.87%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE05EC (or 0xAE05EC) is known color: Electric Purple. HEX triplet: AE, 05 and EC. RGB value is (174,5,236). Sum of RGB (Red+Green+Blue) = 174+5+236=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE05EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE05EC is #51FA13. Grayscale: #515151. Windows color (decimal): -5372436 or 15467950. OLE color: 15467950.

HSL color Cylindrical-coordinate representation of color #AE05EC: hue angle of 283.9º degrees, saturation: 0.96, 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 #AE05EC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 5 236 -
CMYK 0.26 0.98 0 0.07
HSL 283.9º 0.96% 0.47% -
HSV(B) 283.9º 0.98% 0.93% -
XYZ 32.65 15.16 80.56 -
YUV 81.87 214.99 193.72 -
System Red Green Blue C M Y K H S L
Decimal 174 5 236 0.26 0.98 0 0.07 283.9 0.96 0.47
Hex AE 5 EC 1A 62 0 7 11C 60 2F
Octal 256 5 354 32 142 0 7 434 140 57
Binary 10101110 101 11101100 11010 1100010 0 111 100011100 1100000 101111

Color Harmonies of #AE05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE05EC

Black with #AE05EC

Text Example


Text Example

White with #AE05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE05EC; }

 p { color: rgb(174,5,236); }

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

background-color css

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

 a { background-color: rgb(174,5,236); }

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

border-color css

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

 span { border-color: rgb(174,5,236); }

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