#AF6780

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

Shades of Tapestry #AF6780

Tints of Tapestry #AF6780

Color information

#AF6780 (or 0xAF6780) is unknown color: approx Tapestry. HEX triplet: AF, 67 and 80. RGB value is (175,103,128). Sum of RGB (Red+Green+Blue) = 175+103+128=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6780 is #50987F. Grayscale: #7F7F7F. Windows color (decimal): -5281920 or 8415151. OLE color: 8415151.

HSL color Cylindrical-coordinate representation of color #AF6780: hue angle of 339.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6780 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175103128-
CMYK00.410.270.31
HSL339.17º31.03%54.51%-
HSV(B)339.17º41.14%68.63%-
XYZ26.4320.3722.96-
YUV127.38128.35161.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=43.10%
G=25.37%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510312800.410.270.31339.1731.0354.51
HexAF67800291B1F1531f37
Octal25714720005133375233767
Binary101011111100111100000000101001110111111110101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6780; }

 p { color: rgb(175,103,128); }

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

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

 a { background-color: rgb(175,103,128); }

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

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

 span { border-color: rgb(175,103,128); }

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