#AF6E8F

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

Shades of Tapestry #AF6E8F

Tints of Tapestry #AF6E8F

Color information

#AF6E8F (or 0xAF6E8F) is unknown color: approx Tapestry. HEX triplet: AF, 6E and 8F. RGB value is (175,110,143). Sum of RGB (Red+Green+Blue) = 175+110+143=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E8F is #509170. Grayscale: #858585. Windows color (decimal): -5280113 or 9399983. OLE color: 9399983.

HSL color Cylindrical-coordinate representation of color #AF6E8F: hue angle of 329.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E8F is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB175110143-
CMYK00.370.180.31
HSL329.54º28.89%55.88%-
HSV(B)329.54º37.14%68.63%-
XYZ28.2122.2528.79-
YUV133.2133.53157.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=40.89%
G=25.70%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511014300.370.180.31329.5428.8955.88
HexAF6E8F025121F14a1d38
Octal25715621704522375123570
Binary101011111101110100011110100101100101111110100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E8F; }

 p { color: rgb(175,110,143); }

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

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

 a { background-color: rgb(175,110,143); }

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

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

 span { border-color: rgb(175,110,143); }

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