#AB9FA8

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

Shades of London Hue #AB9FA8

Tints of London Hue #AB9FA8

Color information

#AB9FA8 (or 0xAB9FA8) is unknown color: approx London Hue. HEX triplet: AB, 9F and A8. RGB value is (171,159,168). Sum of RGB (Red+Green+Blue) = 171+159+168=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA8 is #546057. Grayscale: #A3A3A3. Windows color (decimal): -5529688 or 11050923. OLE color: 11050923.

HSL color Cylindrical-coordinate representation of color #AB9FA8: hue angle of 315º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AB9FA8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB171159168-
CMYK00.070.020.33
HSL315º6.67%64.71%-
HSV(B)315º7.02%67.06%-
XYZ36.2636.2842.14-
YUV163.61130.48133.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=34.34%
G=31.93%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115916800.070.020.333156.6764.71
HexAB9FA80722113b741
Octal253237250072414737101
Binary1010101110011111101010000111101000011001110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FA8; }

 p { color: rgb(171,159,168); }

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

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

 a { background-color: rgb(171,159,168); }

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

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

 span { border-color: rgb(171,159,168); }

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