#AF6D8F

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

Shades of Tapestry #AF6D8F

Tints of Tapestry #AF6D8F

Color information

#AF6D8F (or 0xAF6D8F) is unknown color: approx Tapestry. HEX triplet: AF, 6D and 8F. RGB value is (175,109,143). Sum of RGB (Red+Green+Blue) = 175+109+143=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D8F is #509270. Grayscale: #848484. Windows color (decimal): -5280369 or 9399727. OLE color: 9399727.

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

Color convert

RGB175109143-
CMYK00.380.180.31
HSL329.09º29.2%55.69%-
HSV(B)329.09º37.71%68.63%-
XYZ28.1122.0328.76-
YUV132.61133.87158.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=40.98%
G=25.53%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510914300.380.180.31329.0929.255.69
HexAF6D8F026121F1491d38
Octal25715521704622375113570
Binary101011111101101100011110100110100101111110100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D8F; }

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

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

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

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

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

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

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

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