#AB6D8B

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

Shades of Tapestry #AB6D8B

Tints of Tapestry #AB6D8B

Color information

#AB6D8B (or 0xAB6D8B) is unknown color: approx Tapestry. HEX triplet: AB, 6D and 8B. RGB value is (171,109,139). Sum of RGB (Red+Green+Blue) = 171+109+139=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6D8B is #549274. Grayscale: #828282. Windows color (decimal): -5542517 or 9137579. OLE color: 9137579.

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

Color convert

RGB171109139-
CMYK00.360.190.33
HSL330.97º26.96%54.9%-
HSV(B)330.97º36.26%67.06%-
XYZ26.9221.4627.15-
YUV130.96132.54156.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=40.81%
G=26.01%
B=33.17%

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
Decimal17110913900.360.190.33330.9726.9654.9
HexAB6D8B024132114b1b37
Octal25315521304423415133367
Binary1010101111011011000101101001001001110000110100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D8B; }

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

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

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

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

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

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

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

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