#A78CA9

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

Shades of London Hue #A78CA9

Tints of London Hue #A78CA9

Color information

#A78CA9 (or 0xA78CA9) is unknown color: approx London Hue. HEX triplet: A7, 8C and A9. RGB value is (167,140,169). Sum of RGB (Red+Green+Blue) = 167+140+169=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 169 - color contains mainly: blue. Hex color #A78CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78CA9 is #587356. Grayscale: #979797. Windows color (decimal): -5796695 or 11111591. OLE color: 11111591.

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

Color convert

RGB167140169-
CMYK0.010.1700.34
HSL295.86º14.43%60.59%-
HSV(B)295.86º17.16%66.27%-
XYZ32.4829.8441.58-
YUV151.38137.95139.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=35.08%
G=29.41%
B=35.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671401690.010.1700.34295.8614.4360.59
HexA78CA9111022128e3d
Octal2472142511210424501675
Binary10100111100011001010100111000101000101001010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CA9; }

 p { color: rgb(167,140,169); }

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

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

 a { background-color: rgb(167,140,169); }

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

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

 span { border-color: rgb(167,140,169); }

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