#A987AA

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

Shades of London Hue #A987AA

Tints of London Hue #A987AA

Color information

#A987AA (or 0xA987AA) is unknown color: approx London Hue. HEX triplet: A9, 87 and AA. RGB value is (169,135,170). Sum of RGB (Red+Green+Blue) = 169+135+170=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A987AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A987AA is #567855. Grayscale: #959595. Windows color (decimal): -5666902 or 11175849. OLE color: 11175849.

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

Color convert

RGB169135170-
CMYK0.010.2100.33
HSL298.29º17.07%59.8%-
HSV(B)298.29º20.59%66.67%-
XYZ32.2828.6741.86-
YUV149.16139.76142.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=35.65%
G=28.48%
B=35.86%

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
Decimal1691351700.010.2100.33298.2917.0759.8
HexA987AA11502112a113c
Octal2512072521250414522174
Binary101010011000011110101010110101010000110010101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A987AA; }

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

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

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

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

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

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

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

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