Shades of Tapestry #AB6C7D
Tints of Tapestry #AB6C7D
RGB
CMYK
RGB Variations
Color information
#AB6C7D (or 0xAB6C7D) is known color: Tapestry. HEX triplet: AB, 6C and 7D. RGB value is (171,108,125). Sum of RGB (Red+Green+Blue) = 171+108+125=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C7D is #549382. Grayscale: #808080. Windows color (decimal): -5542787 or 8219819. OLE color: 8219819.
HSL color Cylindrical-coordinate representation of color #AB6C7D: hue angle of 343.81º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6C7D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 125 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.33 |
| HSL | 343.81º | 0.27% | 0.55% | - |
| HSV(B) | 343.81º | 0.37% | 0.67% | - |
| XYZ | 25.86 | 20.86 | 22.07 | - |
| YUV | 128.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 125 | 0 | 0.37 | 0.27 | 0.33 | 343.81 | 0.27 | 0.55 |
| Hex | AB | 6C | 7D | 0 | 25 | 1B | 21 | 158 | 1B | 37 |
| Octal | 253 | 154 | 175 | 0 | 45 | 33 | 41 | 530 | 33 | 67 |
| Binary | 10101011 | 1101100 | 1111101 | 0 | 100101 | 11011 | 100001 | 101011000 | 11011 | 110111 |
Color Harmonies of #AB6C7D
Complementary color
Monochromatic Colors of #AB6C7D
Black with #AB6C7D
Text Example
Text Example
White with #AB6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C7D; }
p { color: rgb(171,108,125); }
H1.HeaderClassName
{
color: #AB6C7D;
}
.AnyTagClassName
{
color: #AB6C7D;
}
</style>
background-color css
<style>
a { background-color: #AB6C7D; }
a { background-color: rgb(171,108,125); }
div.DivClassName
{
background-color: #AB6C7D;
}
.BgClassName
{
background-color: #AB6C7D;
}
</style>
border-color css
<style>
span { border-color: #AB6C7D; }
span { border-color: rgb(171,108,125); }
td.TdClassName
{
border-color: #AB6C7D;
}
.TagClassName
{
border-color: #AB6C7D;
}
</style>