#A2849F

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

Shades of London Hue #A2849F

Tints of London Hue #A2849F

Color information

#A2849F (or 0xA2849F) is unknown color: approx London Hue. HEX triplet: A2, 84 and 9F. RGB value is (162,132,159). Sum of RGB (Red+Green+Blue) = 162+132+159=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2849F is #5D7B60. Grayscale: #8F8F8F. Windows color (decimal): -6126433 or 10454178. OLE color: 10454178.

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

Color convert

RGB162132159-
CMYK00.190.020.36
HSL306º13.89%57.65%-
HSV(B)306º18.52%63.53%-
XYZ29.4126.6936.4-
YUV144.05136.44140.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=35.76%
G=29.14%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213215900.190.020.3630613.8957.65
HexA2849F013224132e3a
Octal2422042370232444621672
Binary101000101000010010011111010011101001001001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2849F; }

 p { color: rgb(162,132,159); }

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

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

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

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

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

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

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