Shades of Tapestry #AB6D8D
Tints of Tapestry #AB6D8D
RGB
CMYK
RGB Variations
Color information
#AB6D8D (or 0xAB6D8D) is known color: Tapestry. HEX triplet: AB, 6D and 8D. RGB value is (171,109,141). Sum of RGB (Red+Green+Blue) = 171+109+141=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6D8D is #549272. Grayscale: #838383. Windows color (decimal): -5542515 or 9268651. OLE color: 9268651.
HSL color Cylindrical-coordinate representation of color #AB6D8D: hue angle of 329.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6D8D is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 141 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.33 |
| HSL | 329.03º | 0.27% | 0.55% | - |
| HSV(B) | 329.03º | 0.36% | 0.67% | - |
| XYZ | 27.07 | 21.52 | 27.93 | - |
| YUV | 131.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 141 | 0 | 0.36 | 0.18 | 0.33 | 329.03 | 0.27 | 0.55 |
| Hex | AB | 6D | 8D | 0 | 24 | 12 | 21 | 149 | 1B | 37 |
| Octal | 253 | 155 | 215 | 0 | 44 | 22 | 41 | 511 | 33 | 67 |
| Binary | 10101011 | 1101101 | 10001101 | 0 | 100100 | 10010 | 100001 | 101001001 | 11011 | 110111 |
Color Harmonies of #AB6D8D
Complementary color
Monochromatic Colors of #AB6D8D
Black with #AB6D8D
Text Example
Text Example
White with #AB6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D8D; }
p { color: rgb(171,109,141); }
H1.HeaderClassName
{
color: #AB6D8D;
}
.AnyTagClassName
{
color: #AB6D8D;
}
</style>
background-color css
<style>
a { background-color: #AB6D8D; }
a { background-color: rgb(171,109,141); }
div.DivClassName
{
background-color: #AB6D8D;
}
.BgClassName
{
background-color: #AB6D8D;
}
</style>
border-color css
<style>
span { border-color: #AB6D8D; }
span { border-color: rgb(171,109,141); }
td.TdClassName
{
border-color: #AB6D8D;
}
.TagClassName
{
border-color: #AB6D8D;
}
</style>