#A786A4

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

Shades of London Hue #A786A4

Tints of London Hue #A786A4

Color information

#A786A4 (or 0xA786A4) is unknown color: approx London Hue. HEX triplet: A7, 86 and A4. RGB value is (167,134,164). Sum of RGB (Red+Green+Blue) = 167+134+164=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A786A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A786A4 is #58795B. Grayscale: #939393. Windows color (decimal): -5798236 or 10782375. OLE color: 10782375.

HSL color Cylindrical-coordinate representation of color #A786A4: hue angle of 305.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A786A4 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB167134164-
CMYK00.200.020.35
HSL305.45º15.79%59.02%-
HSV(B)305.45º19.76%65.49%-
XYZ31.1627.9538.87-
YUV147.29137.43142.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=35.91%
G=28.82%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713416400.200.020.35305.4515.7959.02
HexA786A4014223131103b
Octal2472062440242434612073
Binary1010011110000110101001000101001010001110011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786A4; }

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

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

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

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

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

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

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

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