#AB607F

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

Shades of Tapestry #AB607F

Tints of Tapestry #AB607F

Color information

#AB607F (or 0xAB607F) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 7F. RGB value is (171,96,127). Sum of RGB (Red+Green+Blue) = 171+96+127=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB607F is #549F80. Grayscale: #797979. Windows color (decimal): -5545857 or 8347819. OLE color: 8347819.

HSL color Cylindrical-coordinate representation of color #AB607F: hue angle of 335.2º 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 #AB607F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17196127-
CMYK00.440.260.33
HSL335.2º30.86%52.35%-
HSV(B)335.2º43.86%67.06%-
XYZ24.8118.5622.35-
YUV121.96130.85162.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 127 (50% from 255) = 32.23%
R=43.40%
G=24.37%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719612700.440.260.33335.230.8652.35
HexAB607F02C1A2114f1f34
Octal25314017705432415173764
Binary101010111100000111111101011001101010000110100111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB607F; }

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

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

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

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

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

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

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

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