Shades of Tapestry #AB7488
Tints of Tapestry #AB7488
RGB
CMYK
RGB Variations
Color information
#AB7488 (or 0xAB7488) is known color: Tapestry. HEX triplet: AB, 74 and 88. RGB value is (171,116,136). Sum of RGB (Red+Green+Blue) = 171+116+136=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7488 is #548B77. Grayscale: #868686. Windows color (decimal): -5540728 or 8942763. OLE color: 8942763.
HSL color Cylindrical-coordinate representation of color #AB7488: hue angle of 338.18º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7488 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 136 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.33 |
| HSL | 338.18º | 0.25% | 0.56% | - |
| HSV(B) | 338.18º | 0.32% | 0.67% | - |
| XYZ | 27.48 | 22.93 | 26.27 | - |
| YUV | 134.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 136 | 0 | 0.32 | 0.20 | 0.33 | 338.18 | 0.25 | 0.56 |
| Hex | AB | 74 | 88 | 0 | 20 | 14 | 21 | 152 | 19 | 38 |
| Octal | 253 | 164 | 210 | 0 | 40 | 24 | 41 | 522 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10001000 | 0 | 100000 | 10100 | 100001 | 101010010 | 11001 | 111000 |
Color Harmonies of #AB7488
Complementary color
Monochromatic Colors of #AB7488
Black with #AB7488
Text Example
Text Example
White with #AB7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7488; }
p { color: rgb(171,116,136); }
H1.HeaderClassName
{
color: #AB7488;
}
.AnyTagClassName
{
color: #AB7488;
}
</style>
background-color css
<style>
a { background-color: #AB7488; }
a { background-color: rgb(171,116,136); }
div.DivClassName
{
background-color: #AB7488;
}
.BgClassName
{
background-color: #AB7488;
}
</style>
border-color css
<style>
span { border-color: #AB7488; }
span { border-color: rgb(171,116,136); }
td.TdClassName
{
border-color: #AB7488;
}
.TagClassName
{
border-color: #AB7488;
}
</style>