#AB647F

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

Shades of Tapestry #AB647F

Tints of Tapestry #AB647F

Color information

#AB647F (or 0xAB647F) is unknown color: approx Tapestry. HEX triplet: AB, 64 and 7F. RGB value is (171,100,127). Sum of RGB (Red+Green+Blue) = 171+100+127=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB647F is #549B80. Grayscale: #7C7C7C. Windows color (decimal): -5544833 or 8348843. OLE color: 8348843.

HSL color Cylindrical-coordinate representation of color #AB647F: hue angle of 337.18º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB647F is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB171100127-
CMYK00.420.260.33
HSL337.18º29.71%53.14%-
HSV(B)337.18º41.52%67.06%-
XYZ25.1819.322.48-
YUV124.31129.52161.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 127 (50% from 255) = 31.91%
R=42.96%
G=25.13%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110012700.420.260.33337.1829.7153.14
HexAB647F02A1A211511e35
Octal25314417705232415213665
Binary101010111100100111111101010101101010000110101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB647F; }

 p { color: rgb(171,100,127); }

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

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

 a { background-color: rgb(171,100,127); }

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

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

 span { border-color: rgb(171,100,127); }

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