#AF6887

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

Shades of Tapestry #AF6887

Tints of Tapestry #AF6887

Color information

#AF6887 (or 0xAF6887) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 87. RGB value is (175,104,135). Sum of RGB (Red+Green+Blue) = 175+104+135=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6887 is #509778. Grayscale: #808080. Windows color (decimal): -5281657 or 8874159. OLE color: 8874159.

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

Color convert

RGB175104135-
CMYK00.410.230.31
HSL333.8º30.74%54.71%-
HSV(B)333.8º40.57%68.63%-
XYZ2720.7625.51-
YUV128.76131.52160.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=42.27%
G=25.12%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510413500.410.230.31333.830.7454.71
HexAF6887029171F14e1f37
Octal25715020705127375163767
Binary101011111101000100001110101001101111111110100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6887; }

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

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

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

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

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

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

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

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