#AF7581

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

Shades of Tapestry #AF7581

Tints of Tapestry #AF7581

Color information

#AF7581 (or 0xAF7581) is unknown color: approx Tapestry. HEX triplet: AF, 75 and 81. RGB value is (175,117,129). Sum of RGB (Red+Green+Blue) = 175+117+129=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7581 is #508A7E. Grayscale: #878787. Windows color (decimal): -5278335 or 8484271. OLE color: 8484271.

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

Color convert

RGB175117129-
CMYK00.330.260.31
HSL347.59º26.61%57.25%-
HSV(B)347.59º33.14%68.63%-
XYZ2823.4223.81-
YUV135.71124.22156.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=41.57%
G=27.79%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511712900.330.260.31347.5926.6157.25
HexAF75810211A1F15c1b39
Octal25716520104132375343371
Binary101011111110101100000010100001110101111110101110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7581; }

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

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

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

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

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

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

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

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