#A988AE

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

Shades of London Hue #A988AE

Tints of London Hue #A988AE

Color information

#A988AE (or 0xA988AE) is unknown color: approx London Hue. HEX triplet: A9, 88 and AE. RGB value is (169,136,174). Sum of RGB (Red+Green+Blue) = 169+136+174=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A988AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AE is #567751. Grayscale: #969696. Windows color (decimal): -5666642 or 11438249. OLE color: 11438249.

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

Color convert

RGB169136174-
CMYK0.030.2200.32
HSL292.11º19%60.78%-
HSV(B)292.11º21.84%68.24%-
XYZ32.8129.143.93-
YUV150.2141.43141.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=35.28%
G=28.39%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691361740.030.2200.32292.111960.78
HexA988AE316020124133d
Octal2512102563260404442375
Binary1010100110001000101011101110110010000010010010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988AE; }

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

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

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

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

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

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

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

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