#A487A0

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

Shades of London Hue #A487A0

Tints of London Hue #A487A0

Color information

#A487A0 (or 0xA487A0) is unknown color: approx London Hue. HEX triplet: A4, 87 and A0. RGB value is (164,135,160). Sum of RGB (Red+Green+Blue) = 164+135+160=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A487A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A487A0 is #5B785F. Grayscale: #929292. Windows color (decimal): -5994592 or 10520484. OLE color: 10520484.

HSL color Cylindrical-coordinate representation of color #A487A0: hue angle of 308.28º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A487A0 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164135160-
CMYK00.180.020.36
HSL308.28º13.74%58.63%-
HSV(B)308.28º17.68%64.31%-
XYZ30.3227.7637.02-
YUV146.52135.61140.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=35.73%
G=29.41%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413516000.180.020.36308.2813.7458.63
HexA487A0012224134e3b
Octal2442072400222444641673
Binary101001001000011110100000010010101001001001101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487A0; }

 p { color: rgb(164,135,160); }

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

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

 a { background-color: rgb(164,135,160); }

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

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

 span { border-color: rgb(164,135,160); }

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