#AE80EE

Color #AE80EE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AE80EE

Tints of Medium Purple #AE80EE

Color information

#AE80EE (or 0xAE80EE) is unknown color: approx Medium Purple. HEX triplet: AE, 80 and EE. RGB value is (174,128,238). Sum of RGB (Red+Green+Blue) = 174+128+238=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE80EE is #517F11. Grayscale: #999999. Windows color (decimal): -5340946 or 15630510. OLE color: 15630510.

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

Color convert

RGB174128238-
CMYK0.270.4600.07
HSL265.09º76.39%71.76%-
HSV(B)265.09º46.22%93.33%-
XYZ40.6130.6184.66-
YUV154.29175.24142.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=32.22%
G=23.70%
B=44.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741282380.270.4600.07265.0976.3971.76
HexAE80EE1B2E071094c48
Octal256200356335607411114110
Binary10101110100000001110111011011101110011110000100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80EE; }

 p { color: rgb(174,128,238); }

 H1.HeaderClassName
 {
   color: #AE80EE;
 }
 .AnyTagClassName
 {
   color: #AE80EE;
 }
</style>
background-color css

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

 a { background-color: rgb(174,128,238); }

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

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

 span { border-color: rgb(174,128,238); }

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