#A78DA4

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

Shades of London Hue #A78DA4

Tints of London Hue #A78DA4

Color information

#A78DA4 (or 0xA78DA4) is unknown color: approx London Hue. HEX triplet: A7, 8D and A4. RGB value is (167,141,164). Sum of RGB (Red+Green+Blue) = 167+141+164=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 167 - color contains mainly: red. Hex color #A78DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DA4 is #58725B. Grayscale: #979797. Windows color (decimal): -5796444 or 10784167. OLE color: 10784167.

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

Color convert

RGB167141164-
CMYK00.160.020.35
HSL306.92º12.87%60.39%-
HSV(B)306.92º15.57%65.49%-
XYZ32.1629.9539.21-
YUV151.4135.11139.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=35.38%
G=29.87%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714116400.160.020.35306.9212.8760.39
HexA78DA4010223133d3c
Octal2472152440202434631574
Binary101001111000110110100100010000101000111001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DA4; }

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

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

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

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

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

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

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

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