#A85F78

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

Shades of Tapestry #A85F78

Tints of Tapestry #A85F78

Color information

#A85F78 (or 0xA85F78) is unknown color: approx Tapestry. HEX triplet: A8, 5F and 78. RGB value is (168,95,120). Sum of RGB (Red+Green+Blue) = 168+95+120=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F78 is #57A087. Grayscale: #777777. Windows color (decimal): -5742728 or 7888808. OLE color: 7888808.

HSL color Cylindrical-coordinate representation of color #A85F78: hue angle of 339.45º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F78 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16895120-
CMYK00.430.290.34
HSL339.45º29.55%51.57%-
HSV(B)339.45º43.45%65.88%-
XYZ23.6317.8719.97-
YUV119.68128.18162.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=43.86%
G=24.80%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689512000.430.290.34339.4529.5551.57
HexA85F7802B1D221531e34
Octal25013717005335425233664
Binary101010001011111111100001010111110110001010101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F78; }

 p { color: rgb(168,95,120); }

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

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

 a { background-color: rgb(168,95,120); }

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

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

 span { border-color: rgb(168,95,120); }

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