Html Css Color HEX #AE02EC Electric Purple

📋 copy color: '#AE02EC'

red 174 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #AE02EC

Tints of Electric Purple #AE02EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 42.23%
G = 0.49%
B = 57.28%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE02EC (or 0xAE02EC) is known color: Electric Purple. HEX triplet: AE, 02 and EC. RGB value is (174,2,236). Sum of RGB (Red+Green+Blue) = 174+2+236=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE02EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE02EC is #51FD13. Grayscale: #4F4F4F. Windows color (decimal): -5373204 or 15467182. OLE color: 15467182.

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

Color convert

RGB 174 2 236 -
CMYK 0.26 0.99 0 0.07
HSL 284.1º 0.98% 0.47% -
HSV(B) 284.1º 0.99% 0.93% -
XYZ 32.62 15.1 80.55 -
YUV 80.1 215.98 194.97 -
System Red Green Blue C M Y K H S L
Decimal 174 2 236 0.26 0.99 0 0.07 284.1 0.98 0.47
Hex AE 2 EC 1A 63 0 7 11C 62 2F
Octal 256 2 354 32 143 0 7 434 142 57
Binary 10101110 10 11101100 11010 1100011 0 111 100011100 1100010 101111

Color Harmonies of #AE02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE02EC

Black with #AE02EC

Text Example


Text Example

White with #AE02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE02EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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