Shades of Tapestry #AB6488
Tints of Tapestry #AB6488
RGB
CMYK
RGB Variations
Color information
#AB6488 (or 0xAB6488) is known color: Tapestry. HEX triplet: AB, 64 and 88. RGB value is (171,100,136). Sum of RGB (Red+Green+Blue) = 171+100+136=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6488 is #549B77. Grayscale: #7D7D7D. Windows color (decimal): -5544824 or 8938667. OLE color: 8938667.
HSL color Cylindrical-coordinate representation of color #AB6488: hue angle of 329.58º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6488 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 136 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.33 |
| HSL | 329.58º | 0.3% | 0.53% | - |
| HSV(B) | 329.58º | 0.42% | 0.67% | - |
| XYZ | 25.8 | 19.55 | 25.71 | - |
| YUV | 125.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 136 | 0 | 0.42 | 0.20 | 0.33 | 329.58 | 0.3 | 0.53 |
| Hex | AB | 64 | 88 | 0 | 2A | 14 | 21 | 14A | 1E | 35 |
| Octal | 253 | 144 | 210 | 0 | 52 | 24 | 41 | 512 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10001000 | 0 | 101010 | 10100 | 100001 | 101001010 | 11110 | 110101 |
Color Harmonies of #AB6488
Complementary color
Monochromatic Colors of #AB6488
Black with #AB6488
Text Example
Text Example
White with #AB6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6488; }
p { color: rgb(171,100,136); }
H1.HeaderClassName
{
color: #AB6488;
}
.AnyTagClassName
{
color: #AB6488;
}
</style>
background-color css
<style>
a { background-color: #AB6488; }
a { background-color: rgb(171,100,136); }
div.DivClassName
{
background-color: #AB6488;
}
.BgClassName
{
background-color: #AB6488;
}
</style>
border-color css
<style>
span { border-color: #AB6488; }
span { border-color: rgb(171,100,136); }
td.TdClassName
{
border-color: #AB6488;
}
.TagClassName
{
border-color: #AB6488;
}
</style>