#AB7581

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

Shades of Tapestry #AB7581

Tints of Tapestry #AB7581

Color information

#AB7581 (or 0xAB7581) is unknown color: approx Tapestry. HEX triplet: AB, 75 and 81. RGB value is (171,117,129). Sum of RGB (Red+Green+Blue) = 171+117+129=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7581 is #548A7E. Grayscale: #868686. Windows color (decimal): -5540479 or 8484267. OLE color: 8484267.

HSL color Cylindrical-coordinate representation of color #AB7581: hue angle of 346.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7581 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB171117129-
CMYK00.320.250.33
HSL346.67º24.32%56.47%-
HSV(B)346.67º31.58%67.06%-
XYZ27.1222.9723.77-
YUV134.51124.89154.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=41.01%
G=28.06%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111712900.320.250.33346.6724.3256.47
HexAB7581020192115b1838
Octal25316520104031415333070
Binary1010101111101011000000101000001100110000110101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7581; }

 p { color: rgb(171,117,129); }

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

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

 a { background-color: rgb(171,117,129); }

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

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

 span { border-color: rgb(171,117,129); }

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