#AE8DAE

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

Shades of London Hue #AE8DAE

Tints of London Hue #AE8DAE

Color information

#AE8DAE (or 0xAE8DAE) is unknown color: approx London Hue. HEX triplet: AE, 8D and AE. RGB value is (174,141,174). Sum of RGB (Red+Green+Blue) = 174+141+174=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8DAE is #517251. Grayscale: #9A9A9A. Windows color (decimal): -5337682 or 11439534. OLE color: 11439534.

HSL color Cylindrical-coordinate representation of color #AE8DAE: 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.19%. Process color model (Four color, CMYK) of #AE8DAE is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174141174-
CMYK00.1900.32
HSL300º16.92%61.76%-
HSV(B)300º18.97%68.24%-
XYZ34.6231.144.22-
YUV154.63138.93141.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=35.58%
G=28.83%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414117400.1900.3230016.9261.76
HexAE8DAE01302012c113e
Octal2562152560230404542176
Binary101011101000110110101110010011010000010010110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DAE; }

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

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

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

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

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

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

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

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