#A991AB

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

Shades of London Hue #A991AB

Tints of London Hue #A991AB

Color information

#A991AB (or 0xA991AB) is unknown color: approx London Hue. HEX triplet: A9, 91 and AB. RGB value is (169,145,171). Sum of RGB (Red+Green+Blue) = 169+145+171=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A991AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991AB is #566E54. Grayscale: #9B9B9B. Windows color (decimal): -5664341 or 11243945. OLE color: 11243945.

HSL color Cylindrical-coordinate representation of color #A991AB: hue angle of 295.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A991AB is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169145171-
CMYK0.010.1500.33
HSL295.38º13.4%61.96%-
HSV(B)295.38º15.2%67.06%-
XYZ33.8431.6342.85-
YUV155.14136.95137.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=34.85%
G=29.90%
B=35.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691451710.010.1500.33295.3813.461.96
HexA991AB1F021127d3e
Octal2512212531170414471576
Binary1010100110010001101010111111101000011001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991AB; }

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

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

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

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

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

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

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

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