#AB607C

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

Shades of Tapestry #AB607C

Tints of Tapestry #AB607C

Color information

#AB607C (or 0xAB607C) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 7C. RGB value is (171,96,124). Sum of RGB (Red+Green+Blue) = 171+96+124=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB607C is #549F83. Grayscale: #797979. Windows color (decimal): -5545860 or 8151211. OLE color: 8151211.

HSL color Cylindrical-coordinate representation of color #AB607C: hue angle of 337.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB607C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17196124-
CMYK00.440.270.33
HSL337.6º30.86%52.35%-
HSV(B)337.6º43.86%67.06%-
XYZ24.6218.4821.34-
YUV121.62129.35163.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=43.73%
G=24.55%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719612400.440.270.33337.630.8652.35
HexAB607C02C1B211521f34
Octal25314017405433415223764
Binary101010111100000111110001011001101110000110101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB607C; }

 p { color: rgb(171,96,124); }

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

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

 a { background-color: rgb(171,96,124); }

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

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

 span { border-color: rgb(171,96,124); }

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