#AB9DAB

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

Shades of London Hue #AB9DAB

Tints of London Hue #AB9DAB

Color information

#AB9DAB (or 0xAB9DAB) is unknown color: approx London Hue. HEX triplet: AB, 9D and AB. RGB value is (171,157,171). Sum of RGB (Red+Green+Blue) = 171+157+171=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DAB is #546254. Grayscale: #A2A2A2. Windows color (decimal): -5530197 or 11247019. OLE color: 11247019.

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

Color convert

RGB171157171-
CMYK00.0800.33
HSL300º7.69%64.31%-
HSV(B)300º8.19%67.06%-
XYZ36.235.7143.51-
YUV162.78132.64133.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=34.27%
G=31.46%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115717100.0800.333007.6964.31
HexAB9DAB0802112c840
Octal25323525301004145410100
Binary10101011100111011010101101000010000110010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DAB; }

 p { color: rgb(171,157,171); }

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

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

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

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

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

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

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