#AF6987

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

Shades of Tapestry #AF6987

Tints of Tapestry #AF6987

Color information

#AF6987 (or 0xAF6987) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 87. RGB value is (175,105,135). Sum of RGB (Red+Green+Blue) = 175+105+135=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6987 is #509678. Grayscale: #818181. Windows color (decimal): -5281401 or 8874415. OLE color: 8874415.

HSL color Cylindrical-coordinate representation of color #AF6987: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6987 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175105135-
CMYK00.400.230.31
HSL334.29º30.43%54.9%-
HSV(B)334.29º40%68.63%-
XYZ27.120.9725.54-
YUV129.35131.19160.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=42.17%
G=25.30%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510513500.400.230.31334.2930.4354.9
HexAF6987028171F14e1e37
Octal25715120705027375163667
Binary101011111101001100001110101000101111111110100111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6987; }

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

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

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

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

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

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

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

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