Shades of Tapestry #AB657D
Tints of Tapestry #AB657D
RGB
CMYK
RGB Variations
Color information
#AB657D (or 0xAB657D) is known color: Tapestry. HEX triplet: AB, 65 and 7D. RGB value is (171,101,125). Sum of RGB (Red+Green+Blue) = 171+101+125=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB657D is #549A82. Grayscale: #7C7C7C. Windows color (decimal): -5544579 or 8218027. OLE color: 8218027.
HSL color Cylindrical-coordinate representation of color #AB657D: hue angle of 339.43º 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 #AB657D is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 125 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.33 |
| HSL | 339.43º | 0.29% | 0.53% | - |
| HSV(B) | 339.43º | 0.41% | 0.67% | - |
| XYZ | 25.15 | 19.45 | 21.83 | - |
| YUV | 124.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 125 | 0 | 0.41 | 0.27 | 0.33 | 339.43 | 0.29 | 0.53 |
| Hex | AB | 65 | 7D | 0 | 29 | 1B | 21 | 153 | 1D | 35 |
| Octal | 253 | 145 | 175 | 0 | 51 | 33 | 41 | 523 | 35 | 65 |
| Binary | 10101011 | 1100101 | 1111101 | 0 | 101001 | 11011 | 100001 | 101010011 | 11101 | 110101 |
Color Harmonies of #AB657D
Complementary color
Monochromatic Colors of #AB657D
Black with #AB657D
Text Example
Text Example
White with #AB657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB657D; }
p { color: rgb(171,101,125); }
H1.HeaderClassName
{
color: #AB657D;
}
.AnyTagClassName
{
color: #AB657D;
}
</style>
background-color css
<style>
a { background-color: #AB657D; }
a { background-color: rgb(171,101,125); }
div.DivClassName
{
background-color: #AB657D;
}
.BgClassName
{
background-color: #AB657D;
}
</style>
border-color css
<style>
span { border-color: #AB657D; }
span { border-color: rgb(171,101,125); }
td.TdClassName
{
border-color: #AB657D;
}
.TagClassName
{
border-color: #AB657D;
}
</style>