#A2859F

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

Shades of London Hue #A2859F

Tints of London Hue #A2859F

Color information

#A2859F (or 0xA2859F) is unknown color: approx London Hue. HEX triplet: A2, 85 and 9F. RGB value is (162,133,159). Sum of RGB (Red+Green+Blue) = 162+133+159=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A2859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2859F is #5D7A60. Grayscale: #909090. Windows color (decimal): -6126177 or 10454434. OLE color: 10454434.

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

Color convert

RGB162133159-
CMYK00.180.020.36
HSL306.21º13.49%57.84%-
HSV(B)306.21º17.9%63.53%-
XYZ29.5526.9636.45-
YUV144.64136.11140.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=35.68%
G=29.30%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213315900.180.020.36306.2113.4957.84
HexA2859F012224132d3a
Octal2422052370222444621572
Binary101000101000010110011111010010101001001001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2859F; }

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

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

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

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

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

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

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

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