#AE7BAB

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

Shades of London Hue #AE7BAB

Tints of London Hue #AE7BAB

Color information

#AE7BAB (or 0xAE7BAB) is unknown color: approx London Hue. HEX triplet: AE, 7B and AB. RGB value is (174,123,171). Sum of RGB (Red+Green+Blue) = 174+123+171=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BAB is #518454. Grayscale: #8F8F8F. Windows color (decimal): -5342293 or 11238318. OLE color: 11238318.

HSL color Cylindrical-coordinate representation of color #AE7BAB: hue angle of 303.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7BAB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174123171-
CMYK00.290.020.32
HSL303.53º23.94%58.24%-
HSV(B)303.53º29.31%68.24%-
XYZ31.8926.141.89-
YUV143.72143.4149.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=37.18%
G=26.28%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412317100.290.020.32303.5323.9458.24
HexAE7BAB01D220130183a
Octal2561732530352404603072
Binary101011101111011101010110111011010000010011000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BAB; }

 p { color: rgb(174,123,171); }

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

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

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

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

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

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

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