#AE8BAD

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

Shades of London Hue #AE8BAD

Tints of London Hue #AE8BAD

Color information

#AE8BAD (or 0xAE8BAD) is unknown color: approx London Hue. HEX triplet: AE, 8B and AD. RGB value is (174,139,173). Sum of RGB (Red+Green+Blue) = 174+139+173=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8BAD is #517452. Grayscale: #999999. Windows color (decimal): -5338195 or 11373486. OLE color: 11373486.

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

Color convert

RGB174139173-
CMYK00.200.010.32
HSL301.71º17.77%61.37%-
HSV(B)301.71º20.11%68.24%-
XYZ34.2330.4843.61-
YUV153.34139.1142.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=35.80%
G=28.60%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413917300.200.010.32301.7117.7761.37
HexAE8BAD01412012e123d
Octal2562132550241404562275
Binary101011101000101110101101010100110000010010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BAD; }

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

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

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

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

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

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

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

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