#A988AC

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

Shades of London Hue #A988AC

Tints of London Hue #A988AC

Color information

#A988AC (or 0xA988AC) is unknown color: approx London Hue. HEX triplet: A9, 88 and AC. RGB value is (169,136,172). Sum of RGB (Red+Green+Blue) = 169+136+172=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #A988AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A988AC is #567753. Grayscale: #959595. Windows color (decimal): -5666644 or 11307177. OLE color: 11307177.

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

Color convert

RGB169136172-
CMYK0.020.2100.33
HSL295º17.82%60.39%-
HSV(B)295º20.93%67.45%-
XYZ32.6129.0242.91-
YUV149.97140.43141.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=35.43%
G=28.51%
B=36.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691361720.020.2100.3329517.8260.39
HexA988AC215021127123c
Octal2512102542250414472274
Binary1010100110001000101011001010101010000110010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988AC; }

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

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

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

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

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

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

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

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