Shades of Tapestry #AB6587
Tints of Tapestry #AB6587
RGB
CMYK
RGB Variations
Color information
#AB6587 (or 0xAB6587) is known color: Tapestry. HEX triplet: AB, 65 and 87. RGB value is (171,101,135). Sum of RGB (Red+Green+Blue) = 171+101+135=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6587 is #549A78. Grayscale: #7D7D7D. Windows color (decimal): -5544569 or 8873387. OLE color: 8873387.
HSL color Cylindrical-coordinate representation of color #AB6587: hue angle of 330.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6587 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 135 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.33 |
| HSL | 330.86º | 0.29% | 0.53% | - |
| HSV(B) | 330.86º | 0.41% | 0.67% | - |
| XYZ | 25.82 | 19.71 | 25.37 | - |
| YUV | 125.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 135 | 0 | 0.41 | 0.21 | 0.33 | 330.86 | 0.29 | 0.53 |
| Hex | AB | 65 | 87 | 0 | 29 | 15 | 21 | 14B | 1D | 35 |
| Octal | 253 | 145 | 207 | 0 | 51 | 25 | 41 | 513 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10000111 | 0 | 101001 | 10101 | 100001 | 101001011 | 11101 | 110101 |
Color Harmonies of #AB6587
Complementary color
Monochromatic Colors of #AB6587
Black with #AB6587
Text Example
Text Example
White with #AB6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6587; }
p { color: rgb(171,101,135); }
H1.HeaderClassName
{
color: #AB6587;
}
.AnyTagClassName
{
color: #AB6587;
}
</style>
background-color css
<style>
a { background-color: #AB6587; }
a { background-color: rgb(171,101,135); }
div.DivClassName
{
background-color: #AB6587;
}
.BgClassName
{
background-color: #AB6587;
}
</style>
border-color css
<style>
span { border-color: #AB6587; }
span { border-color: rgb(171,101,135); }
td.TdClassName
{
border-color: #AB6587;
}
.TagClassName
{
border-color: #AB6587;
}
</style>