#A289A2

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

Shades of London Hue #A289A2

Tints of London Hue #A289A2

Color information

#A289A2 (or 0xA289A2) is unknown color: approx London Hue. HEX triplet: A2, 89 and A2. RGB value is (162,137,162). Sum of RGB (Red+Green+Blue) = 162+137+162=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A289A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289A2 is #5D765D. Grayscale: #939393. Windows color (decimal): -6125150 or 10652066. OLE color: 10652066.

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

Color convert

RGB162137162-
CMYK00.1500.36
HSL300º11.85%58.63%-
HSV(B)300º15.43%63.53%-
XYZ30.3728.1838.02-
YUV147.32136.28138.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 162 (63.67% from 255) = 35.14%
R=35.14%
G=29.72%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213716200.1500.3630011.8558.63
HexA289A20F02412cc3b
Octal2422112420170444541473
Binary1010001010001001101000100111101001001001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289A2; }

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

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

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

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

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

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

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

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