#AB89AC

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

Shades of London Hue #AB89AC

Tints of London Hue #AB89AC

Color information

#AB89AC (or 0xAB89AC) is unknown color: approx London Hue. HEX triplet: AB, 89 and AC. RGB value is (171,137,172). Sum of RGB (Red+Green+Blue) = 171+137+172=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB89AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89AC is #547653. Grayscale: #979797. Windows color (decimal): -5535316 or 11307435. OLE color: 11307435.

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

Color convert

RGB171137172-
CMYK0.010.2000.33
HSL298.29º17.41%60.59%-
HSV(B)298.29º20.35%67.45%-
XYZ33.1929.5342.98-
YUV151.16139.76142.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=35.62%
G=28.54%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711371720.010.2000.33298.2917.4160.59
HexAB89AC11402112a113d
Octal2532112541240414522175
Binary101010111000100110101100110100010000110010101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89AC; }

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

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

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

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

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

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

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

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