#AB97AE

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

Shades of London Hue #AB97AE

Tints of London Hue #AB97AE

Color information

#AB97AE (or 0xAB97AE) is unknown color: approx London Hue. HEX triplet: AB, 97 and AE. RGB value is (171,151,174). Sum of RGB (Red+Green+Blue) = 171+151+174=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB97AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB97AE is #546851. Grayscale: #9F9F9F. Windows color (decimal): -5531730 or 11442091. OLE color: 11442091.

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

Color convert

RGB171151174-
CMYK0.020.1300.32
HSL292.17º12.43%63.73%-
HSV(B)292.17º13.22%68.24%-
XYZ35.533.8544.71-
YUV159.6136.13136.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=34.48%
G=30.44%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711511740.020.1300.32292.1712.4363.73
HexAB97AE2D020124c40
Octal25322725621504044414100
Binary101010111001011110101110101101010000010010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97AE; }

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

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

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

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

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

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

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

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