Html Css Color HEX #AE01FF Electric Purple

📋 copy color: '#AE01FF'

red 174 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #AE01FF

Tints of Electric Purple #AE01FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 40.47%
G = 0.23%
B = 59.3%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE01FF (or 0xAE01FF) is known color: Electric Purple. HEX triplet: AE, 01 and FF. RGB value is (174,1,255). Sum of RGB (Red+Green+Blue) = 174+1+255=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE01FF is #51FE00. Grayscale: #505050. Windows color (decimal): -5373441 or 16712110. OLE color: 16712110.

HSL color Cylindrical-coordinate representation of color #AE01FF: hue angle of 280.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE01FF is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 1 255 -
CMYK 0.32 1.00 0 0
HSL 280.87º 1% 0.5% -
HSV(B) 280.87º 1% 1% -
XYZ 35.52 16.24 95.87 -
YUV 81.68 225.81 193.85 -
System Red Green Blue C M Y K H S L
Decimal 174 1 255 0.32 1.00 0 0 280.87 1 0.5
Hex AE 1 FF 20 64 0 0 119 64 32
Octal 256 1 377 40 144 0 0 431 144 62
Binary 10101110 1 11111111 100000 1100100 0 0 100011001 1100100 110010

Color Harmonies of #AE01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE01FF

Black with #AE01FF

Text Example


Text Example

White with #AE01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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