#A985AB

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

Shades of London Hue #A985AB

Tints of London Hue #A985AB

Color information

#A985AB (or 0xA985AB) is unknown color: approx London Hue. HEX triplet: A9, 85 and AB. RGB value is (169,133,171). Sum of RGB (Red+Green+Blue) = 169+133+171=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #A985AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A985AB is #567A54. Grayscale: #939393. Windows color (decimal): -5667413 or 11240873. OLE color: 11240873.

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

Color convert

RGB169133171-
CMYK0.010.2200.33
HSL296.84º18.45%59.61%-
HSV(B)296.84º22.22%67.06%-
XYZ32.128.1542.27-
YUV148.1140.93142.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=35.73%
G=28.12%
B=36.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691331710.010.2200.33296.8418.4559.61
HexA985AB116021129123c
Octal2512052531260414512274
Binary101010011000010110101011110110010000110010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985AB; }

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

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

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

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

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

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

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

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