Html Css Color HEX #AE04FF Electric Purple

📋 copy color: '#AE04FF'

red 174 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #AE04FF

Tints of Electric Purple #AE04FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

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

R = 40.18%
G = 0.92%
B = 58.89%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE04FF (or 0xAE04FF) is known color: Electric Purple. HEX triplet: AE, 04 and FF. RGB value is (174,4,255). Sum of RGB (Red+Green+Blue) = 174+4+255=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE04FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE04FF is #51FB00. Grayscale: #525252. Windows color (decimal): -5372673 or 16712878. OLE color: 16712878.

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

Color convert

RGB 174 4 255 -
CMYK 0.32 0.98 0 0
HSL 280.64º 1% 0.51% -
HSV(B) 280.64º 0.98% 1% -
XYZ 35.55 16.31 95.88 -
YUV 83.44 224.82 192.59 -
System Red Green Blue C M Y K H S L
Decimal 174 4 255 0.32 0.98 0 0 280.64 1 0.51
Hex AE 4 FF 20 62 0 0 119 64 33
Octal 256 4 377 40 142 0 0 431 144 63
Binary 10101110 100 11111111 100000 1100010 0 0 100011001 1100100 110011

Color Harmonies of #AE04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04FF

Black with #AE04FF

Text Example


Text Example

White with #AE04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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