Shades of Tapestry #AB6688
Tints of Tapestry #AB6688
RGB
CMYK
RGB Variations
Color information
#AB6688 (or 0xAB6688) is known color: Tapestry. HEX triplet: AB, 66 and 88. RGB value is (171,102,136). Sum of RGB (Red+Green+Blue) = 171+102+136=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6688 is #549977. Grayscale: #7E7E7E. Windows color (decimal): -5544312 or 8939179. OLE color: 8939179.
HSL color Cylindrical-coordinate representation of color #AB6688: hue angle of 330.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6688 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 136 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.33 |
| HSL | 330.43º | 0.29% | 0.54% | - |
| HSV(B) | 330.43º | 0.4% | 0.67% | - |
| XYZ | 25.99 | 19.94 | 25.77 | - |
| YUV | 126.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 136 | 0 | 0.40 | 0.20 | 0.33 | 330.43 | 0.29 | 0.54 |
| Hex | AB | 66 | 88 | 0 | 28 | 14 | 21 | 14A | 1D | 36 |
| Octal | 253 | 146 | 210 | 0 | 50 | 24 | 41 | 512 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10001000 | 0 | 101000 | 10100 | 100001 | 101001010 | 11101 | 110110 |
Color Harmonies of #AB6688
Complementary color
Monochromatic Colors of #AB6688
Black with #AB6688
Text Example
Text Example
White with #AB6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6688; }
p { color: rgb(171,102,136); }
H1.HeaderClassName
{
color: #AB6688;
}
.AnyTagClassName
{
color: #AB6688;
}
</style>
background-color css
<style>
a { background-color: #AB6688; }
a { background-color: rgb(171,102,136); }
div.DivClassName
{
background-color: #AB6688;
}
.BgClassName
{
background-color: #AB6688;
}
</style>
border-color css
<style>
span { border-color: #AB6688; }
span { border-color: rgb(171,102,136); }
td.TdClassName
{
border-color: #AB6688;
}
.TagClassName
{
border-color: #AB6688;
}
</style>