#A986AA

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

Shades of London Hue #A986AA

Tints of London Hue #A986AA

Color information

#A986AA (or 0xA986AA) is unknown color: approx London Hue. HEX triplet: A9, 86 and AA. RGB value is (169,134,170). Sum of RGB (Red+Green+Blue) = 169+134+170=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A986AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986AA is #567955. Grayscale: #949494. Windows color (decimal): -5667158 or 11175593. OLE color: 11175593.

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

Color convert

RGB169134170-
CMYK0.010.2100.33
HSL298.33º17.48%59.61%-
HSV(B)298.33º21.18%66.67%-
XYZ32.1428.3941.82-
YUV148.57140.1142.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=35.73%
G=28.33%
B=35.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691341700.010.2100.33298.3317.4859.61
HexA986AA11502112a113c
Octal2512062521250414522174
Binary101010011000011010101010110101010000110010101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986AA; }

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

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

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

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

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

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

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

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