#A786AB

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

Shades of London Hue #A786AB

Tints of London Hue #A786AB

Color information

#A786AB (or 0xA786AB) is unknown color: approx London Hue. HEX triplet: A7, 86 and AB. RGB value is (167,134,171). Sum of RGB (Red+Green+Blue) = 167+134+171=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #A786AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A786AB is #587954. Grayscale: #939393. Windows color (decimal): -5798229 or 11241127. OLE color: 11241127.

HSL color Cylindrical-coordinate representation of color #A786AB: hue angle of 293.51º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A786AB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167134171-
CMYK0.020.2200.33
HSL293.51º18.05%59.8%-
HSV(B)293.51º21.64%67.06%-
XYZ31.8128.2142.3-
YUV148.08140.93141.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=35.38%
G=28.39%
B=36.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671341710.020.2200.33293.5118.0559.8
HexA786AB216021126123c
Octal2472062532260414462274
Binary1010011110000110101010111010110010000110010011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786AB; }

 p { color: rgb(167,134,171); }

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

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

 a { background-color: rgb(167,134,171); }

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

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

 span { border-color: rgb(167,134,171); }

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