#AF6681

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

Shades of Tapestry #AF6681

Tints of Tapestry #AF6681

Color information

#AF6681 (or 0xAF6681) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 81. RGB value is (175,102,129). Sum of RGB (Red+Green+Blue) = 175+102+129=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6681 is #50997E. Grayscale: #7E7E7E. Windows color (decimal): -5282175 or 8480431. OLE color: 8480431.

HSL color Cylindrical-coordinate representation of color #AF6681: hue angle of 337.81º 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 #AF6681 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175102129-
CMYK00.420.260.31
HSL337.81º31.33%54.31%-
HSV(B)337.81º41.71%68.63%-
XYZ26.3920.223.28-
YUV126.9129.18162.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=43.10%
G=25.12%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510212900.420.260.31337.8131.3354.31
HexAF668102A1A1F1521f36
Octal25714620105232375223766
Binary101011111100110100000010101010110101111110101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6681; }

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

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

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

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

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

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

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

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