Shades of Tapestry #AB6282
Tints of Tapestry #AB6282
RGB
CMYK
RGB Variations
Color information
#AB6282 (or 0xAB6282) is known color: Tapestry. HEX triplet: AB, 62 and 82. RGB value is (171,98,130). Sum of RGB (Red+Green+Blue) = 171+98+130=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6282 is #549D7D. Grayscale: #7B7B7B. Windows color (decimal): -5545342 or 8544939. OLE color: 8544939.
HSL color Cylindrical-coordinate representation of color #AB6282: hue angle of 333.7º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6282 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 130 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.33 |
| HSL | 333.7º | 0.3% | 0.53% | - |
| HSV(B) | 333.7º | 0.43% | 0.67% | - |
| XYZ | 25.19 | 19.01 | 23.46 | - |
| YUV | 123.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 130 | 0 | 0.43 | 0.24 | 0.33 | 333.7 | 0.3 | 0.53 |
| Hex | AB | 62 | 82 | 0 | 2B | 18 | 21 | 14E | 1E | 35 |
| Octal | 253 | 142 | 202 | 0 | 53 | 30 | 41 | 516 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10000010 | 0 | 101011 | 11000 | 100001 | 101001110 | 11110 | 110101 |
Color Harmonies of #AB6282
Complementary color
Monochromatic Colors of #AB6282
Black with #AB6282
Text Example
Text Example
White with #AB6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6282; }
p { color: rgb(171,98,130); }
H1.HeaderClassName
{
color: #AB6282;
}
.AnyTagClassName
{
color: #AB6282;
}
</style>
background-color css
<style>
a { background-color: #AB6282; }
a { background-color: rgb(171,98,130); }
div.DivClassName
{
background-color: #AB6282;
}
.BgClassName
{
background-color: #AB6282;
}
</style>
border-color css
<style>
span { border-color: #AB6282; }
span { border-color: rgb(171,98,130); }
td.TdClassName
{
border-color: #AB6282;
}
.TagClassName
{
border-color: #AB6282;
}
</style>