#AF6680

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

Shades of Tapestry #AF6680

Tints of Tapestry #AF6680

Color information

#AF6680 (or 0xAF6680) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 80. RGB value is (175,102,128). Sum of RGB (Red+Green+Blue) = 175+102+128=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6680 is #50997F. Grayscale: #7E7E7E. Windows color (decimal): -5282176 or 8414895. OLE color: 8414895.

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

Color convert

RGB175102128-
CMYK00.420.270.31
HSL338.63º31.33%54.31%-
HSV(B)338.63º41.71%68.63%-
XYZ26.3320.1822.93-
YUV126.79128.68162.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=43.21%
G=25.19%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510212800.420.270.31338.6331.3354.31
HexAF668002A1B1F1531f36
Octal25714620005233375233766
Binary101011111100110100000000101010110111111110101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6680; }

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

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

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

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

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

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

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

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