#A2879F

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

Shades of London Hue #A2879F

Tints of London Hue #A2879F

Color information

#A2879F (or 0xA2879F) is unknown color: approx London Hue. HEX triplet: A2, 87 and 9F. RGB value is (162,135,159). Sum of RGB (Red+Green+Blue) = 162+135+159=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A2879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2879F is #5D7860. Grayscale: #919191. Windows color (decimal): -6125665 or 10454946. OLE color: 10454946.

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

Color convert

RGB162135159-
CMYK00.170.020.36
HSL306.67º12.68%58.24%-
HSV(B)306.67º16.67%63.53%-
XYZ29.8227.5136.54-
YUV145.81135.45139.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=35.53%
G=29.61%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213515900.170.020.36306.6712.6858.24
HexA2879F011224133d3a
Octal2422072370212444631572
Binary101000101000011110011111010001101001001001100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2879F; }

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

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

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

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

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

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

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

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