#AE8DAD

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

Shades of London Hue #AE8DAD

Tints of London Hue #AE8DAD

Color information

#AE8DAD (or 0xAE8DAD) is unknown color: approx London Hue. HEX triplet: AE, 8D and AD. RGB value is (174,141,173). Sum of RGB (Red+Green+Blue) = 174+141+173=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8DAD is #517252. Grayscale: #9A9A9A. Windows color (decimal): -5337683 or 11373998. OLE color: 11373998.

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

Color convert

RGB174141173-
CMYK00.190.010.32
HSL301.82º16.92%61.76%-
HSV(B)301.82º18.97%68.24%-
XYZ34.5231.0743.71-
YUV154.52138.43141.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=35.66%
G=28.89%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414117300.190.010.32301.8216.9261.76
HexAE8DAD01312012e113e
Octal2562152550231404562176
Binary101011101000110110101101010011110000010010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DAD; }

 p { color: rgb(174,141,173); }

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

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

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

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

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

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

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