#A78FA5

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

Shades of London Hue #A78FA5

Tints of London Hue #A78FA5

Color information

#A78FA5 (or 0xA78FA5) is unknown color: approx London Hue. HEX triplet: A7, 8F and A5. RGB value is (167,143,165). Sum of RGB (Red+Green+Blue) = 167+143+165=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A78FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78FA5 is #58705A. Grayscale: #989898. Windows color (decimal): -5795931 or 10850215. OLE color: 10850215.

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

Color convert

RGB167143165-
CMYK00.140.010.35
HSL305º12%60.78%-
HSV(B)305º14.37%65.49%-
XYZ32.5530.5839.78-
YUV152.68134.95138.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 165 (64.84% from 255) = 34.74%
R=35.16%
G=30.11%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714316500.140.010.353051260.78
HexA78FA50E123131c3d
Octal2472172450161434611475
Binary1010011110001111101001010111011000111001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FA5; }

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

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

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

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

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

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

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

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