#AF5E7B

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

Shades of Tapestry #AF5E7B

Tints of Tapestry #AF5E7B

Color information

#AF5E7B (or 0xAF5E7B) is unknown color: approx Tapestry. HEX triplet: AF, 5E and 7B. RGB value is (175,94,123). Sum of RGB (Red+Green+Blue) = 175+94+123=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E7B is #50A184. Grayscale: #797979. Windows color (decimal): -5284229 or 8085167. OLE color: 8085167.

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

Color convert

RGB17594123-
CMYK00.460.300.31
HSL338.52º33.61%52.75%-
HSV(B)338.52º46.29%68.63%-
XYZ25.2618.5520.99-
YUV121.52128.84166.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=44.64%
G=23.98%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759412300.460.300.31338.5233.6152.75
HexAF5E7B02E1E1F1532235
Octal25713617305636375234265
Binary101011111011110111101101011101111011111101010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E7B; }

 p { color: rgb(175,94,123); }

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

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

 a { background-color: rgb(175,94,123); }

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

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

 span { border-color: rgb(175,94,123); }

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