#A988AA

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

Shades of London Hue #A988AA

Tints of London Hue #A988AA

Color information

#A988AA (or 0xA988AA) is unknown color: approx London Hue. HEX triplet: A9, 88 and AA. RGB value is (169,136,170). Sum of RGB (Red+Green+Blue) = 169+136+170=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A988AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AA is #567755. Grayscale: #959595. Windows color (decimal): -5666646 or 11176105. OLE color: 11176105.

HSL color Cylindrical-coordinate representation of color #A988AA: hue angle of 298.24º 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 #A988AA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169136170-
CMYK0.010.2000.33
HSL298.24º16.67%60%-
HSV(B)298.24º20%66.67%-
XYZ32.4228.9541.91-
YUV149.74139.43141.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=35.58%
G=28.63%
B=35.79%

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
Decimal1691361700.010.2000.33298.2416.6760
HexA988AA11402112a113c
Octal2512102521240414522174
Binary101010011000100010101010110100010000110010101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988AA; }

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

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

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

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

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

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

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

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