Shades of Tapestry #AB6685
Tints of Tapestry #AB6685
RGB
CMYK
RGB Variations
Color information
#AB6685 (or 0xAB6685) is known color: Tapestry. HEX triplet: AB, 66 and 85. RGB value is (171,102,133). Sum of RGB (Red+Green+Blue) = 171+102+133=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6685 is #54997A. Grayscale: #7E7E7E. Windows color (decimal): -5544315 or 8742571. OLE color: 8742571.
HSL color Cylindrical-coordinate representation of color #AB6685: hue angle of 333.04º 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 #AB6685 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 133 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.33 |
| HSL | 333.04º | 0.29% | 0.54% | - |
| HSV(B) | 333.04º | 0.4% | 0.67% | - |
| XYZ | 25.78 | 19.85 | 24.66 | - |
| YUV | 126.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 133 | 0 | 0.40 | 0.22 | 0.33 | 333.04 | 0.29 | 0.54 |
| Hex | AB | 66 | 85 | 0 | 28 | 16 | 21 | 14D | 1D | 36 |
| Octal | 253 | 146 | 205 | 0 | 50 | 26 | 41 | 515 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10000101 | 0 | 101000 | 10110 | 100001 | 101001101 | 11101 | 110110 |
Color Harmonies of #AB6685
Complementary color
Monochromatic Colors of #AB6685
Black with #AB6685
Text Example
Text Example
White with #AB6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6685; }
p { color: rgb(171,102,133); }
H1.HeaderClassName
{
color: #AB6685;
}
.AnyTagClassName
{
color: #AB6685;
}
</style>
background-color css
<style>
a { background-color: #AB6685; }
a { background-color: rgb(171,102,133); }
div.DivClassName
{
background-color: #AB6685;
}
.BgClassName
{
background-color: #AB6685;
}
</style>
border-color css
<style>
span { border-color: #AB6685; }
span { border-color: rgb(171,102,133); }
td.TdClassName
{
border-color: #AB6685;
}
.TagClassName
{
border-color: #AB6685;
}
</style>