#AE8CAE

Color #AE8CAE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AE8CAE

Tints of London Hue #AE8CAE

Color information

#AE8CAE (or 0xAE8CAE) is unknown color: approx London Hue. HEX triplet: AE, 8C and AE. RGB value is (174,140,174). Sum of RGB (Red+Green+Blue) = 174+140+174=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE8CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8CAE is #517351. Grayscale: #999999. Windows color (decimal): -5337938 or 11439278. OLE color: 11439278.

HSL color Cylindrical-coordinate representation of color #AE8CAE: hue angle of 300º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE8CAE is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174140174-
CMYK00.2000.32
HSL300º17.35%61.57%-
HSV(B)300º19.54%68.24%-
XYZ34.4730.8144.17-
YUV154.04139.26142.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 140 (55.08% from 255) = 28.69%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=35.66%
G=28.69%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414017400.2000.3230017.3561.57
HexAE8CAE01402012c113e
Octal2562142560240404542176
Binary101011101000110010101110010100010000010010110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CAE; }

 p { color: rgb(174,140,174); }

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

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

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

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

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

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

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