#AB89AF

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

Shades of London Hue #AB89AF

Tints of London Hue #AB89AF

Color information

#AB89AF (or 0xAB89AF) is unknown color: approx London Hue. HEX triplet: AB, 89 and AF. RGB value is (171,137,175). Sum of RGB (Red+Green+Blue) = 171+137+175=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89AF is #547650. Grayscale: #979797. Windows color (decimal): -5535313 or 11504043. OLE color: 11504043.

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

Color convert

RGB171137175-
CMYK0.020.2200.31
HSL293.68º19.19%61.18%-
HSV(B)293.68º21.71%68.63%-
XYZ33.4829.6444.51-
YUV151.5141.26141.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=35.40%
G=28.36%
B=36.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711371750.020.2200.31293.6819.1961.18
HexAB89AF21601F126133d
Octal2532112572260374462375
Binary101010111000100110101111101011001111110010011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB89AF; }

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

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

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

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

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

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

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

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