#A1859F

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

Shades of London Hue #A1859F

Tints of London Hue #A1859F

Color information

#A1859F (or 0xA1859F) is unknown color: approx London Hue. HEX triplet: A1, 85 and 9F. RGB value is (161,133,159). Sum of RGB (Red+Green+Blue) = 161+133+159=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 161 - color contains mainly: red. Hex color #A1859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1859F is #5E7A60. Grayscale: #909090. Windows color (decimal): -6191713 or 10454433. OLE color: 10454433.

HSL color Cylindrical-coordinate representation of color #A1859F: hue angle of 304.29º 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 #A1859F is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB161133159-
CMYK00.170.010.37
HSL304.29º12.96%57.65%-
HSV(B)304.29º17.39%63.14%-
XYZ29.3426.8636.44-
YUV144.34136.28139.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=35.54%
G=29.36%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113315900.170.010.37304.2912.9657.65
HexA1859F011125130d3a
Octal2412052370211454601572
Binary10100001100001011001111101000111001011001100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1859F; }

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

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

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

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

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

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

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

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