Shades of Tapestry #AB6680
Tints of Tapestry #AB6680
RGB
CMYK
RGB Variations
Color information
#AB6680 (or 0xAB6680) is known color: Tapestry. HEX triplet: AB, 66 and 80. RGB value is (171,102,128). Sum of RGB (Red+Green+Blue) = 171+102+128=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6680 is #54997F. Grayscale: #7D7D7D. Windows color (decimal): -5544320 or 8414891. OLE color: 8414891.
HSL color Cylindrical-coordinate representation of color #AB6680: hue angle of 337.39º 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 #AB6680 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 128 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.33 |
| HSL | 337.39º | 0.29% | 0.54% | - |
| HSV(B) | 337.39º | 0.4% | 0.67% | - |
| XYZ | 25.44 | 19.72 | 22.89 | - |
| YUV | 125.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 128 | 0 | 0.40 | 0.25 | 0.33 | 337.39 | 0.29 | 0.54 |
| Hex | AB | 66 | 80 | 0 | 28 | 19 | 21 | 151 | 1D | 36 |
| Octal | 253 | 146 | 200 | 0 | 50 | 31 | 41 | 521 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10000000 | 0 | 101000 | 11001 | 100001 | 101010001 | 11101 | 110110 |
Color Harmonies of #AB6680
Complementary color
Monochromatic Colors of #AB6680
Black with #AB6680
Text Example
Text Example
White with #AB6680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6680; }
p { color: rgb(171,102,128); }
H1.HeaderClassName
{
color: #AB6680;
}
.AnyTagClassName
{
color: #AB6680;
}
</style>
background-color css
<style>
a { background-color: #AB6680; }
a { background-color: rgb(171,102,128); }
div.DivClassName
{
background-color: #AB6680;
}
.BgClassName
{
background-color: #AB6680;
}
</style>
border-color css
<style>
span { border-color: #AB6680; }
span { border-color: rgb(171,102,128); }
td.TdClassName
{
border-color: #AB6680;
}
.TagClassName
{
border-color: #AB6680;
}
</style>