#A988AD

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

Shades of London Hue #A988AD

Tints of London Hue #A988AD

Color information

#A988AD (or 0xA988AD) is unknown color: approx London Hue. HEX triplet: A9, 88 and AD. RGB value is (169,136,173). Sum of RGB (Red+Green+Blue) = 169+136+173=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #A988AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AD is #567752. Grayscale: #959595. Windows color (decimal): -5666643 or 11372713. OLE color: 11372713.

HSL color Cylindrical-coordinate representation of color #A988AD: hue angle of 293.51º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A988AD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169136173-
CMYK0.020.2100.32
HSL293.51º18.41%60.59%-
HSV(B)293.51º21.39%67.84%-
XYZ32.7129.0643.42-
YUV150.08140.93141.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=35.36%
G=28.45%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691361730.020.2100.32293.5118.4160.59
HexA988AD215020126123d
Octal2512102552250404462275
Binary1010100110001000101011011010101010000010010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988AD; }

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

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

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

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

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

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

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

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