#AF6087

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

Shades of Tapestry #AF6087

Tints of Tapestry #AF6087

Color information

#AF6087 (or 0xAF6087) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 87. RGB value is (175,96,135). Sum of RGB (Red+Green+Blue) = 175+96+135=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6087 is #509F78. Grayscale: #7B7B7B. Windows color (decimal): -5283705 or 8872111. OLE color: 8872111.

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

Color convert

RGB17596135-
CMYK00.450.230.31
HSL330.38º33.05%53.14%-
HSV(B)330.38º45.14%68.63%-
XYZ26.2419.2325.25-
YUV124.07134.17164.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=43.10%
G=23.65%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759613500.450.230.31330.3833.0553.14
HexAF608702D171F14a2135
Octal25714020705527375124165
Binary1010111111000001000011101011011011111111101001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6087; }

 p { color: rgb(175,96,135); }

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

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

 a { background-color: rgb(175,96,135); }

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

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

 span { border-color: rgb(175,96,135); }

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