#A78F9B

Color #A78F9B Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A78F9B

Tints of Shady Lady #A78F9B

Color information

#A78F9B (or 0xA78F9B) is unknown color: approx Shady Lady. HEX triplet: A7, 8F and 9B. RGB value is (167,143,155). Sum of RGB (Red+Green+Blue) = 167+143+155=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F9B is #587064. Grayscale: #979797. Windows color (decimal): -5795941 or 10194855. OLE color: 10194855.

HSL color Cylindrical-coordinate representation of color #A78F9B: hue angle of 330º 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 #A78F9B is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167143155-
CMYK00.140.070.35
HSL330º12%60.78%-
HSV(B)330º14.37%65.49%-
XYZ31.6830.2335.18-
YUV151.54129.95139.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=35.91%
G=30.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714315500.140.070.353301260.78
HexA78F9B0E72314ac3d
Octal2472172330167435121475
Binary101001111000111110011011011101111000111010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F9B; }

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

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

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

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

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

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

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

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