#A988AB

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

Shades of London Hue #A988AB

Tints of London Hue #A988AB

Color information

#A988AB (or 0xA988AB) is unknown color: approx London Hue. HEX triplet: A9, 88 and AB. RGB value is (169,136,171). Sum of RGB (Red+Green+Blue) = 169+136+171=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A988AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AB is #567754. Grayscale: #959595. Windows color (decimal): -5666645 or 11241641. OLE color: 11241641.

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

Color convert

RGB169136171-
CMYK0.010.2000.33
HSL296.57º17.24%60.2%-
HSV(B)296.57º20.47%67.06%-
XYZ32.5228.9842.41-
YUV149.86139.93141.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=35.50%
G=28.57%
B=35.92%

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
Decimal1691361710.010.2000.33296.5717.2460.2
HexA988AB114021129113c
Octal2512102531240414512174
Binary101010011000100010101011110100010000110010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988AB; }

 p { color: rgb(169,136,171); }

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

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

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

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

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

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

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