#AB89AE

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

Shades of London Hue #AB89AE

Tints of London Hue #AB89AE

Color information

#AB89AE (or 0xAB89AE) is unknown color: approx London Hue. HEX triplet: AB, 89 and AE. RGB value is (171,137,174). Sum of RGB (Red+Green+Blue) = 171+137+174=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB89AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89AE is #547651. Grayscale: #979797. Windows color (decimal): -5535314 or 11438507. OLE color: 11438507.

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

Color convert

RGB171137174-
CMYK0.020.2100.32
HSL295.14º18.59%60.98%-
HSV(B)295.14º21.26%68.24%-
XYZ33.3829.6144-
YUV151.38140.76141.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=35.48%
G=28.42%
B=36.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711371740.020.2100.32295.1418.5960.98
HexAB89AE215020127133d
Octal2532112562250404472375
Binary1010101110001001101011101010101010000010010011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89AE; }

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

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

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

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

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

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

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

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