Html Css Color HEX #AE05FF Electric Purple

📋 copy color: '#AE05FF'

red 174 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #AE05FF

Tints of Electric Purple #AE05FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 40.09%
G = 1.15%
B = 58.76%

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

#AE05FF (or 0xAE05FF) is known color: Electric Purple. HEX triplet: AE, 05 and FF. RGB value is (174,5,255). Sum of RGB (Red+Green+Blue) = 174+5+255=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE05FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE05FF is #51FA00. Grayscale: #535353. Windows color (decimal): -5372417 or 16713134. OLE color: 16713134.

HSL color Cylindrical-coordinate representation of color #AE05FF: hue angle of 280.56º 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 #AE05FF is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 5 255 -
CMYK 0.32 0.98 0 0
HSL 280.56º 1% 0.51% -
HSV(B) 280.56º 0.98% 1% -
XYZ 35.56 16.33 95.88 -
YUV 84.03 224.49 192.17 -
System Red Green Blue C M Y K H S L
Decimal 174 5 255 0.32 0.98 0 0 280.56 1 0.51
Hex AE 5 FF 20 62 0 0 119 64 33
Octal 256 5 377 40 142 0 0 431 144 63
Binary 10101110 101 11111111 100000 1100010 0 0 100011001 1100100 110011

Color Harmonies of #AE05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE05FF

Black with #AE05FF

Text Example


Text Example

White with #AE05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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