Html Css Color HEX #AE07ED Electric Purple

📋 copy color: '#AE07ED'

red 174 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #AE07ED

Tints of Electric Purple #AE07ED

RGB

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

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

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

R = 41.63%
G = 1.67%
B = 56.7%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE07ED (or 0xAE07ED) is known color: Electric Purple. HEX triplet: AE, 07 and ED. RGB value is (174,7,237). Sum of RGB (Red+Green+Blue) = 174+7+237=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE07ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE07ED is #51F812. Grayscale: #525252. Windows color (decimal): -5371923 or 15533998. OLE color: 15533998.

HSL color Cylindrical-coordinate representation of color #AE07ED: hue angle of 283.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE07ED is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 7 237 -
CMYK 0.27 0.97 0 0.07
HSL 283.57º 0.94% 0.48% -
HSV(B) 283.57º 0.97% 0.93% -
XYZ 32.82 15.27 81.34 -
YUV 83.15 214.83 192.8 -
System Red Green Blue C M Y K H S L
Decimal 174 7 237 0.27 0.97 0 0.07 283.57 0.94 0.48
Hex AE 7 ED 1B 61 0 7 11C 5E 30
Octal 256 7 355 33 141 0 7 434 136 60
Binary 10101110 111 11101101 11011 1100001 0 111 100011100 1011110 110000

Color Harmonies of #AE07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE07ED

Black with #AE07ED

Text Example


Text Example

White with #AE07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE07ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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