Html Css Color HEX #AE03EC Electric Purple

📋 copy color: '#AE03EC'

red 174 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #AE03EC

Tints of Electric Purple #AE03EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

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

R = 42.13%
G = 0.73%
B = 57.14%

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

#AE03EC (or 0xAE03EC) is known color: Electric Purple. HEX triplet: AE, 03 and EC. RGB value is (174,3,236). Sum of RGB (Red+Green+Blue) = 174+3+236=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE03EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE03EC is #51FC13. Grayscale: #4F4F4F. Windows color (decimal): -5372948 or 15467438. OLE color: 15467438.

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

Color convert

RGB 174 3 236 -
CMYK 0.26 0.99 0 0.07
HSL 284.03º 0.97% 0.47% -
HSV(B) 284.03º 0.99% 0.93% -
XYZ 32.63 15.12 80.56 -
YUV 80.69 215.65 194.55 -
System Red Green Blue C M Y K H S L
Decimal 174 3 236 0.26 0.99 0 0.07 284.03 0.97 0.47
Hex AE 3 EC 1A 63 0 7 11C 61 2F
Octal 256 3 354 32 143 0 7 434 141 57
Binary 10101110 11 11101100 11010 1100011 0 111 100011100 1100001 101111

Color Harmonies of #AE03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE03EC

Black with #AE03EC

Text Example


Text Example

White with #AE03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE03EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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