Shades of Tapestry #AB6583
Tints of Tapestry #AB6583
RGB
CMYK
RGB Variations
Color information
#AB6583 (or 0xAB6583) is known color: Tapestry. HEX triplet: AB, 65 and 83. RGB value is (171,101,131). Sum of RGB (Red+Green+Blue) = 171+101+131=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6583 is #549A7C. Grayscale: #7D7D7D. Windows color (decimal): -5544573 or 8611243. OLE color: 8611243.
HSL color Cylindrical-coordinate representation of color #AB6583: hue angle of 334.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6583 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 131 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.33 |
| HSL | 334.29º | 0.29% | 0.53% | - |
| HSV(B) | 334.29º | 0.41% | 0.67% | - |
| XYZ | 25.55 | 19.6 | 23.91 | - |
| YUV | 125.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 131 | 0 | 0.41 | 0.23 | 0.33 | 334.29 | 0.29 | 0.53 |
| Hex | AB | 65 | 83 | 0 | 29 | 17 | 21 | 14E | 1D | 35 |
| Octal | 253 | 145 | 203 | 0 | 51 | 27 | 41 | 516 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10000011 | 0 | 101001 | 10111 | 100001 | 101001110 | 11101 | 110101 |
Color Harmonies of #AB6583
Complementary color
Monochromatic Colors of #AB6583
Black with #AB6583
Text Example
Text Example
White with #AB6583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6583; }
p { color: rgb(171,101,131); }
H1.HeaderClassName
{
color: #AB6583;
}
.AnyTagClassName
{
color: #AB6583;
}
</style>
background-color css
<style>
a { background-color: #AB6583; }
a { background-color: rgb(171,101,131); }
div.DivClassName
{
background-color: #AB6583;
}
.BgClassName
{
background-color: #AB6583;
}
</style>
border-color css
<style>
span { border-color: #AB6583; }
span { border-color: rgb(171,101,131); }
td.TdClassName
{
border-color: #AB6583;
}
.TagClassName
{
border-color: #AB6583;
}
</style>