#A786AC

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

Shades of London Hue #A786AC

Tints of London Hue #A786AC

Color information

#A786AC (or 0xA786AC) is unknown color: approx London Hue. HEX triplet: A7, 86 and AC. RGB value is (167,134,172). Sum of RGB (Red+Green+Blue) = 167+134+172=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #A786AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A786AC is #587953. Grayscale: #949494. Windows color (decimal): -5798228 or 11306663. OLE color: 11306663.

HSL color Cylindrical-coordinate representation of color #A786AC: hue angle of 292.11º degrees, saturation: 0.19, 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 #A786AC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167134172-
CMYK0.030.2200.33
HSL292.11º18.63%60%-
HSV(B)292.11º22.09%67.45%-
XYZ31.9128.2442.8-
YUV148.2141.43141.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=35.31%
G=28.33%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671341720.030.2200.33292.1118.6360
HexA786AC316021124133c
Octal2472062543260414442374
Binary1010011110000110101011001110110010000110010010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786AC; }

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

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

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

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

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

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

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

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