#A289A4

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

Shades of London Hue #A289A4

Tints of London Hue #A289A4

Color information

#A289A4 (or 0xA289A4) is unknown color: approx London Hue. HEX triplet: A2, 89 and A4. RGB value is (162,137,164). Sum of RGB (Red+Green+Blue) = 162+137+164=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 164 - color contains mainly: blue. Hex color #A289A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289A4 is #5D765B. Grayscale: #939393. Windows color (decimal): -6125148 or 10783138. OLE color: 10783138.

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

Color convert

RGB162137164-
CMYK0.010.1600.36
HSL295.56º12.92%59.02%-
HSV(B)295.56º16.46%64.31%-
XYZ30.5528.2538.97-
YUV147.55137.28138.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=34.99%
G=29.59%
B=35.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621371640.010.1600.36295.5612.9259.02
HexA289A4110024128d3b
Octal2422112441200444501573
Binary10100010100010011010010011000001001001001010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289A4; }

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

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

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

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

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

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

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

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