Html Css Color HEX #AE01ED Electric Purple

📋 copy color: '#AE01ED'

red 174 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #AE01ED

Tints of Electric Purple #AE01ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 42.23%
G = 0.24%
B = 57.52%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE01ED (or 0xAE01ED) is known color: Electric Purple. HEX triplet: AE, 01 and ED. RGB value is (174,1,237). Sum of RGB (Red+Green+Blue) = 174+1+237=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE01ED is #51FE12. Grayscale: #4E4E4E. Windows color (decimal): -5373459 or 15532462. OLE color: 15532462.

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

Color convert

RGB 174 1 237 -
CMYK 0.27 1.00 0 0.07
HSL 283.98º 0.99% 0.47% -
HSV(B) 283.98º 1% 0.93% -
XYZ 32.75 15.13 81.32 -
YUV 79.63 216.81 195.31 -
System Red Green Blue C M Y K H S L
Decimal 174 1 237 0.27 1.00 0 0.07 283.98 0.99 0.47
Hex AE 1 ED 1B 64 0 7 11C 63 2F
Octal 256 1 355 33 144 0 7 434 143 57
Binary 10101110 1 11101101 11011 1100100 0 111 100011100 1100011 101111

Color Harmonies of #AE01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE01ED

Black with #AE01ED

Text Example


Text Example

White with #AE01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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