Html Css Color HEX #AE03ED Electric Purple

📋 copy color: '#AE03ED'

red 174 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #AE03ED

Tints of Electric Purple #AE03ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 42.03%
G = 0.72%
B = 57.25%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE03ED (or 0xAE03ED) is known color: Electric Purple. HEX triplet: AE, 03 and ED. RGB value is (174,3,237). Sum of RGB (Red+Green+Blue) = 174+3+237=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE03ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE03ED is #51FC12. Grayscale: #505050. Windows color (decimal): -5372947 or 15532974. OLE color: 15532974.

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

Color convert

RGB 174 3 237 -
CMYK 0.27 0.99 0 0.07
HSL 283.85º 0.98% 0.47% -
HSV(B) 283.85º 0.99% 0.93% -
XYZ 32.77 15.18 81.32 -
YUV 80.81 216.15 194.47 -
System Red Green Blue C M Y K H S L
Decimal 174 3 237 0.27 0.99 0 0.07 283.85 0.98 0.47
Hex AE 3 ED 1B 63 0 7 11C 62 2F
Octal 256 3 355 33 143 0 7 434 142 57
Binary 10101110 11 11101101 11011 1100011 0 111 100011100 1100010 101111

Color Harmonies of #AE03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE03ED

Black with #AE03ED

Text Example


Text Example

White with #AE03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE03ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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