#AF6E8E

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

Shades of Tapestry #AF6E8E

Tints of Tapestry #AF6E8E

Color information

#AF6E8E (or 0xAF6E8E) is unknown color: approx Tapestry. HEX triplet: AF, 6E and 8E. RGB value is (175,110,142). Sum of RGB (Red+Green+Blue) = 175+110+142=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E8E is #509171. Grayscale: #858585. Windows color (decimal): -5280114 or 9334447. OLE color: 9334447.

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

Color convert

RGB175110142-
CMYK00.370.190.31
HSL330.46º28.89%55.88%-
HSV(B)330.46º37.14%68.63%-
XYZ28.1422.2228.4-
YUV133.08133.03157.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=40.98%
G=25.76%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511014200.370.190.31330.4628.8955.88
HexAF6E8E025131F14a1d38
Octal25715621604523375123570
Binary101011111101110100011100100101100111111110100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E8E; }

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

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

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

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

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

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

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

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