#A1859E

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

Shades of London Hue #A1859E

Tints of London Hue #A1859E

Color information

#A1859E (or 0xA1859E) is unknown color: approx London Hue. HEX triplet: A1, 85 and 9E. RGB value is (161,133,158). Sum of RGB (Red+Green+Blue) = 161+133+158=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A1859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1859E is #5E7A61. Grayscale: #909090. Windows color (decimal): -6191714 or 10388897. OLE color: 10388897.

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

Color convert

RGB161133158-
CMYK00.170.020.37
HSL306.43º12.96%57.65%-
HSV(B)306.43º17.39%63.14%-
XYZ29.2626.8235.98-
YUV144.22135.78139.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=35.62%
G=29.42%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113315800.170.020.37306.4312.9657.65
HexA1859E011225132d3a
Octal2412052360212454621572
Binary101000011000010110011110010001101001011001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1859E; }

 p { color: rgb(161,133,158); }

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

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

 a { background-color: rgb(161,133,158); }

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

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

 span { border-color: rgb(161,133,158); }

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