#AB9BAD

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

Shades of London Hue #AB9BAD

Tints of London Hue #AB9BAD

Color information

#AB9BAD (or 0xAB9BAD) is unknown color: approx London Hue. HEX triplet: AB, 9B and AD. RGB value is (171,155,173). Sum of RGB (Red+Green+Blue) = 171+155+173=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BAD is #546452. Grayscale: #A1A1A1. Windows color (decimal): -5530707 or 11377579. OLE color: 11377579.

HSL color Cylindrical-coordinate representation of color #AB9BAD: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9BAD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171155173-
CMYK0.010.1000.32
HSL293.33º9.89%64.31%-
HSV(B)293.33º10.4%67.84%-
XYZ36.0635.1244.41-
YUV161.84134.3134.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=34.27%
G=31.06%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711551730.010.1000.32293.339.8964.31
HexAB9BAD1A020125a40
Octal25323325511204044512100
Binary10101011100110111010110111010010000010010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BAD; }

 p { color: rgb(171,155,173); }

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

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

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

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

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

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

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