#AF6980

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

Shades of Tapestry #AF6980

Tints of Tapestry #AF6980

Color information

#AF6980 (or 0xAF6980) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 80. RGB value is (175,105,128). Sum of RGB (Red+Green+Blue) = 175+105+128=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6980 is #50967F. Grayscale: #808080. Windows color (decimal): -5281408 or 8415663. OLE color: 8415663.

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

Color convert

RGB175105128-
CMYK00.400.270.31
HSL340.29º30.43%54.9%-
HSV(B)340.29º40%68.63%-
XYZ26.6320.7823.03-
YUV128.55127.69161.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 128 (50.39% from 255) = 31.37%
R=42.89%
G=25.74%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510512800.400.270.31340.2930.4354.9
HexAF69800281B1F1541e37
Octal25715120005033375243667
Binary101011111101001100000000101000110111111110101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6980; }

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

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

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

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

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

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

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

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