Shades of Tapestry #AB6682
Tints of Tapestry #AB6682
RGB
CMYK
RGB Variations
Color information
#AB6682 (or 0xAB6682) is known color: Tapestry. HEX triplet: AB, 66 and 82. RGB value is (171,102,130). Sum of RGB (Red+Green+Blue) = 171+102+130=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6682 is #54997D. Grayscale: #7D7D7D. Windows color (decimal): -5544318 or 8545963. OLE color: 8545963.
HSL color Cylindrical-coordinate representation of color #AB6682: hue angle of 335.65º 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 #AB6682 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 130 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.33 |
| HSL | 335.65º | 0.29% | 0.54% | - |
| HSV(B) | 335.65º | 0.4% | 0.67% | - |
| XYZ | 25.58 | 19.77 | 23.59 | - |
| YUV | 125.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 130 | 0 | 0.40 | 0.24 | 0.33 | 335.65 | 0.29 | 0.54 |
| Hex | AB | 66 | 82 | 0 | 28 | 18 | 21 | 150 | 1D | 36 |
| Octal | 253 | 146 | 202 | 0 | 50 | 30 | 41 | 520 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10000010 | 0 | 101000 | 11000 | 100001 | 101010000 | 11101 | 110110 |
Color Harmonies of #AB6682
Complementary color
Monochromatic Colors of #AB6682
Black with #AB6682
Text Example
Text Example
White with #AB6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6682; }
p { color: rgb(171,102,130); }
H1.HeaderClassName
{
color: #AB6682;
}
.AnyTagClassName
{
color: #AB6682;
}
</style>
background-color css
<style>
a { background-color: #AB6682; }
a { background-color: rgb(171,102,130); }
div.DivClassName
{
background-color: #AB6682;
}
.BgClassName
{
background-color: #AB6682;
}
</style>
border-color css
<style>
span { border-color: #AB6682; }
span { border-color: rgb(171,102,130); }
td.TdClassName
{
border-color: #AB6682;
}
.TagClassName
{
border-color: #AB6682;
}
</style>