#A1869E

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

Shades of London Hue #A1869E

Tints of London Hue #A1869E

Color information

#A1869E (or 0xA1869E) is unknown color: approx London Hue. HEX triplet: A1, 86 and 9E. RGB value is (161,134,158). Sum of RGB (Red+Green+Blue) = 161+134+158=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 161 - color contains mainly: red. Hex color #A1869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1869E is #5E7961. Grayscale: #909090. Windows color (decimal): -6191458 or 10389153. OLE color: 10389153.

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

Color convert

RGB161134158-
CMYK00.170.020.37
HSL306.67º12.56%57.84%-
HSV(B)306.67º16.77%63.14%-
XYZ29.3927.136.03-
YUV144.81135.45139.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=35.54%
G=29.58%
B=34.88%

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
Decimal16113415800.170.020.37306.6712.5657.84
HexA1869E011225133d3a
Octal2412062360212454631572
Binary101000011000011010011110010001101001011001100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1869E; }

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

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

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

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

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

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

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

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