#AE8EAF

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

Shades of London Hue #AE8EAF

Tints of London Hue #AE8EAF

Color information

#AE8EAF (or 0xAE8EAF) is unknown color: approx London Hue. HEX triplet: AE, 8E and AF. RGB value is (174,142,175). Sum of RGB (Red+Green+Blue) = 174+142+175=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8EAF is #517150. Grayscale: #9B9B9B. Windows color (decimal): -5337425 or 11505326. OLE color: 11505326.

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

Color convert

RGB174142175-
CMYK0.010.1900.31
HSL298.18º17.1%62.16%-
HSV(B)298.18º18.86%68.63%-
XYZ34.8731.4444.79-
YUV155.33139.1141.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=35.44%
G=28.92%
B=35.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741421750.010.1900.31298.1817.162.16
HexAE8EAF11301F12a113e
Octal2562162571230374522176
Binary10101110100011101010111111001101111110010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EAF; }

 p { color: rgb(174,142,175); }

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

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

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

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

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

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

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