Shades of Tapestry #AB7E8F
Tints of Tapestry #AB7E8F
RGB
CMYK
RGB Variations
Color information
#AB7E8F (or 0xAB7E8F) is known color: Tapestry. HEX triplet: AB, 7E and 8F. RGB value is (171,126,143). Sum of RGB (Red+Green+Blue) = 171+126+143=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E8F is #548170. Grayscale: #8D8D8D. Windows color (decimal): -5538161 or 9404075. OLE color: 9404075.
HSL color Cylindrical-coordinate representation of color #AB7E8F: hue angle of 337.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7E8F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 143 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.33 |
| HSL | 337.33º | 0.21% | 0.58% | - |
| HSV(B) | 337.33º | 0.26% | 0.67% | - |
| XYZ | 29.21 | 25.56 | 29.38 | - |
| YUV | 141.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 143 | 0 | 0.26 | 0.16 | 0.33 | 337.33 | 0.21 | 0.58 |
| Hex | AB | 7E | 8F | 0 | 1A | 10 | 21 | 151 | 15 | 3A |
| Octal | 253 | 176 | 217 | 0 | 32 | 20 | 41 | 521 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10001111 | 0 | 11010 | 10000 | 100001 | 101010001 | 10101 | 111010 |
Color Harmonies of #AB7E8F
Complementary color
Monochromatic Colors of #AB7E8F
Black with #AB7E8F
Text Example
Text Example
White with #AB7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E8F; }
p { color: rgb(171,126,143); }
H1.HeaderClassName
{
color: #AB7E8F;
}
.AnyTagClassName
{
color: #AB7E8F;
}
</style>
background-color css
<style>
a { background-color: #AB7E8F; }
a { background-color: rgb(171,126,143); }
div.DivClassName
{
background-color: #AB7E8F;
}
.BgClassName
{
background-color: #AB7E8F;
}
</style>
border-color css
<style>
span { border-color: #AB7E8F; }
span { border-color: rgb(171,126,143); }
td.TdClassName
{
border-color: #AB7E8F;
}
.TagClassName
{
border-color: #AB7E8F;
}
</style>