#AB6782

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

Shades of Tapestry #AB6782

Tints of Tapestry #AB6782

Color information

#AB6782 (or 0xAB6782) is unknown color: approx Tapestry. HEX triplet: AB, 67 and 82. RGB value is (171,103,130). Sum of RGB (Red+Green+Blue) = 171+103+130=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6782 is #54987D. Grayscale: #7E7E7E. Windows color (decimal): -5544062 or 8546219. OLE color: 8546219.

HSL color Cylindrical-coordinate representation of color #AB6782: hue angle of 336.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6782 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB171103130-
CMYK00.400.240.33
HSL336.18º28.81%53.73%-
HSV(B)336.18º39.77%67.06%-
XYZ25.6719.9723.62-
YUV126.41130.03159.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=42.33%
G=25.50%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110313000.400.240.33336.1828.8153.73
HexAB678202818211501d36
Octal25314720205030415203566
Binary1010101111001111000001001010001100010000110101000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6782; }

 p { color: rgb(171,103,130); }

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

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

 a { background-color: rgb(171,103,130); }

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

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

 span { border-color: rgb(171,103,130); }

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