#AF5D81

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

Shades of Tapestry #AF5D81

Tints of Tapestry #AF5D81

Color information

#AF5D81 (or 0xAF5D81) is unknown color: approx Tapestry. HEX triplet: AF, 5D and 81. RGB value is (175,93,129). Sum of RGB (Red+Green+Blue) = 175+93+129=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D81 is #50A27E. Grayscale: #797979. Windows color (decimal): -5284479 or 8478127. OLE color: 8478127.

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

Color convert

RGB17593129-
CMYK00.470.260.31
HSL333.66º33.88%52.55%-
HSV(B)333.66º46.86%68.63%-
XYZ25.5618.5323-
YUV121.62132.17166.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=44.08%
G=23.43%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759312900.470.260.31333.6633.8852.55
HexAF5D8102F1A1F14e2235
Octal25713520105732375164265
Binary1010111110111011000000101011111101011111101001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D81; }

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

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

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

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

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

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

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

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