#AE8DAF

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

Shades of London Hue #AE8DAF

Tints of London Hue #AE8DAF

Color information

#AE8DAF (or 0xAE8DAF) is unknown color: approx London Hue. HEX triplet: AE, 8D and AF. RGB value is (174,141,175). Sum of RGB (Red+Green+Blue) = 174+141+175=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8DAF is #517250. Grayscale: #9A9A9A. Windows color (decimal): -5337681 or 11505070. OLE color: 11505070.

HSL color Cylindrical-coordinate representation of color #AE8DAF: hue angle of 298.24º degrees, saturation: 0.18, 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 #AE8DAF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174141175-
CMYK0.010.1900.31
HSL298.24º17.53%61.96%-
HSV(B)298.24º19.43%68.63%-
XYZ34.7231.1444.74-
YUV154.74139.43141.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=35.51%
G=28.78%
B=35.71%

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
Decimal1741411750.010.1900.31298.2417.5361.96
HexAE8DAF11301F12a123e
Octal2562152571230374522276
Binary10101110100011011010111111001101111110010101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DAF; }

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

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

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

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

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

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

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

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