Html Css Color HEX #AE07FF Electric Purple

📋 copy color: '#AE07FF'

red 174 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #AE07FF

Tints of Electric Purple #AE07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

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

R = 39.91%
G = 1.61%
B = 58.49%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE07FF (or 0xAE07FF) is known color: Electric Purple. HEX triplet: AE, 07 and FF. RGB value is (174,7,255). Sum of RGB (Red+Green+Blue) = 174+7+255=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE07FF is #51F800. Grayscale: #545454. Windows color (decimal): -5371905 or 16713646. OLE color: 16713646.

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

Color convert

RGB 174 7 255 -
CMYK 0.32 0.97 0 0
HSL 280.4º 1% 0.51% -
HSV(B) 280.4º 0.97% 1% -
XYZ 35.58 16.37 95.89 -
YUV 85.21 223.83 191.33 -
System Red Green Blue C M Y K H S L
Decimal 174 7 255 0.32 0.97 0 0 280.4 1 0.51
Hex AE 7 FF 20 61 0 0 118 64 33
Octal 256 7 377 40 141 0 0 430 144 63
Binary 10101110 111 11111111 100000 1100001 0 0 100011000 1100100 110011

Color Harmonies of #AE07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE07FF

Black with #AE07FF

Text Example


Text Example

White with #AE07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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