#A489A6

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

Shades of London Hue #A489A6

Tints of London Hue #A489A6

Color information

#A489A6 (or 0xA489A6) is unknown color: approx London Hue. HEX triplet: A4, 89 and A6. RGB value is (164,137,166). Sum of RGB (Red+Green+Blue) = 164+137+166=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 166 - color contains mainly: blue. Hex color #A489A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A489A6 is #5B7659. Grayscale: #949494. Windows color (decimal): -5994074 or 10914212. OLE color: 10914212.

HSL color Cylindrical-coordinate representation of color #A489A6: hue angle of 295.86º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A489A6 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB164137166-
CMYK0.010.1700.35
HSL295.86º14.01%59.41%-
HSV(B)295.86º17.47%65.1%-
XYZ31.1428.5439.94-
YUV148.38137.95139.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=35.12%
G=29.34%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641371660.010.1700.35295.8614.0159.41
HexA489A6111023128e3b
Octal2442112461210434501673
Binary10100100100010011010011011000101000111001010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489A6; }

 p { color: rgb(164,137,166); }

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

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

 a { background-color: rgb(164,137,166); }

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

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

 span { border-color: rgb(164,137,166); }

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