#AE8BAA

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

Shades of London Hue #AE8BAA

Tints of London Hue #AE8BAA

Color information

#AE8BAA (or 0xAE8BAA) is unknown color: approx London Hue. HEX triplet: AE, 8B and AA. RGB value is (174,139,170). Sum of RGB (Red+Green+Blue) = 174+139+170=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8BAA is #517455. Grayscale: #989898. Windows color (decimal): -5338198 or 11176878. OLE color: 11176878.

HSL color Cylindrical-coordinate representation of color #AE8BAA: hue angle of 306.86º 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 #AE8BAA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174139170-
CMYK00.200.020.32
HSL306.86º17.77%61.37%-
HSV(B)306.86º20.11%68.24%-
XYZ33.9430.3742.1-
YUV153137.6142.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=36.02%
G=28.78%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413917000.200.020.32306.8617.7761.37
HexAE8BAA014220133123d
Octal2562132520242404632275
Binary1010111010001011101010100101001010000010011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BAA; }

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

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

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

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

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

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

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

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