#A78BA5

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

Shades of London Hue #A78BA5

Tints of London Hue #A78BA5

Color information

#A78BA5 (or 0xA78BA5) is unknown color: approx London Hue. HEX triplet: A7, 8B and A5. RGB value is (167,139,165). Sum of RGB (Red+Green+Blue) = 167+139+165=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 167 - color contains mainly: red. Hex color #A78BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78BA5 is #58745A. Grayscale: #969696. Windows color (decimal): -5796955 or 10849191. OLE color: 10849191.

HSL color Cylindrical-coordinate representation of color #A78BA5: hue angle of 304.29º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A78BA5 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB167139165-
CMYK00.170.010.35
HSL304.29º13.73%60%-
HSV(B)304.29º16.77%65.49%-
XYZ31.9629.439.59-
YUV150.34136.28139.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=35.46%
G=29.51%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713916500.170.010.35304.2913.7360
HexA78BA5011123130e3c
Octal2472132450211434601674
Binary10100111100010111010010101000111000111001100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BA5; }

 p { color: rgb(167,139,165); }

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

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

 a { background-color: rgb(167,139,165); }

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

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

 span { border-color: rgb(167,139,165); }

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