#AB6E8B

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

Shades of Tapestry #AB6E8B

Tints of Tapestry #AB6E8B

Color information

#AB6E8B (or 0xAB6E8B) is unknown color: approx Tapestry. HEX triplet: AB, 6E and 8B. RGB value is (171,110,139). Sum of RGB (Red+Green+Blue) = 171+110+139=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6E8B is #549174. Grayscale: #838383. Windows color (decimal): -5542261 or 9137835. OLE color: 9137835.

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

Color convert

RGB171110139-
CMYK00.360.190.33
HSL331.48º26.64%55.1%-
HSV(B)331.48º35.67%67.06%-
XYZ27.0321.6727.18-
YUV131.54132.21156.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=40.71%
G=26.19%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111013900.360.190.33331.4826.6455.1
HexAB6E8B024132114b1b37
Octal25315621304423415133367
Binary1010101111011101000101101001001001110000110100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6E8B; }

 p { color: rgb(171,110,139); }

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

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

 a { background-color: rgb(171,110,139); }

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

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

 span { border-color: rgb(171,110,139); }

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