#AF5F7B

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

Shades of Tapestry #AF5F7B

Tints of Tapestry #AF5F7B

Color information

#AF5F7B (or 0xAF5F7B) is unknown color: approx Tapestry. HEX triplet: AF, 5F and 7B. RGB value is (175,95,123). Sum of RGB (Red+Green+Blue) = 175+95+123=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F7B is #50A084. Grayscale: #7A7A7A. Windows color (decimal): -5283973 or 8085423. OLE color: 8085423.

HSL color Cylindrical-coordinate representation of color #AF5F7B: hue angle of 339º degrees, saturation: 0.33, 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 #AF5F7B is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17595123-
CMYK00.460.300.31
HSL339º33.33%52.94%-
HSV(B)339º45.71%68.63%-
XYZ25.3518.7321.02-
YUV122.11128.5165.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=44.53%
G=24.17%
B=31.30%

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
Decimal1759512300.460.300.3133933.3352.94
HexAF5F7B02E1E1F1532135
Octal25713717305636375234165
Binary101011111011111111101101011101111011111101010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F7B; }

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

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

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

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

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

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

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

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