#A489A4

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

Shades of London Hue #A489A4

Tints of London Hue #A489A4

Color information

#A489A4 (or 0xA489A4) is unknown color: approx London Hue. HEX triplet: A4, 89 and A4. RGB value is (164,137,164). Sum of RGB (Red+Green+Blue) = 164+137+164=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A489A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A489A4 is #5B765B. Grayscale: #949494. Windows color (decimal): -5994076 or 10783140. OLE color: 10783140.

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

Color convert

RGB164137164-
CMYK00.1600.36
HSL300º12.92%59.02%-
HSV(B)300º16.46%64.31%-
XYZ30.9628.4638.98-
YUV148.15136.95139.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=35.27%
G=29.46%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413716400.1600.3630012.9259.02
HexA489A401002412cd3b
Octal2442112440200444541573
Binary10100100100010011010010001000001001001001011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489A4; }

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

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

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

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

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

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

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

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