Shades of Tapestry #AB6080
Tints of Tapestry #AB6080
RGB
CMYK
RGB Variations
Color information
#AB6080 (or 0xAB6080) is known color: Tapestry. HEX triplet: AB, 60 and 80. RGB value is (171,96,128). Sum of RGB (Red+Green+Blue) = 171+96+128=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6080 is #549F7F. Grayscale: #7A7A7A. Windows color (decimal): -5545856 or 8413355. OLE color: 8413355.
HSL color Cylindrical-coordinate representation of color #AB6080: hue angle of 334.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6080 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 128 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.33 |
| HSL | 334.4º | 0.31% | 0.52% | - |
| HSV(B) | 334.4º | 0.44% | 0.67% | - |
| XYZ | 24.87 | 18.58 | 22.7 | - |
| YUV | 122.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 128 | 0 | 0.44 | 0.25 | 0.33 | 334.4 | 0.31 | 0.52 |
| Hex | AB | 60 | 80 | 0 | 2C | 19 | 21 | 14E | 1F | 34 |
| Octal | 253 | 140 | 200 | 0 | 54 | 31 | 41 | 516 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10000000 | 0 | 101100 | 11001 | 100001 | 101001110 | 11111 | 110100 |
Color Harmonies of #AB6080
Complementary color
Monochromatic Colors of #AB6080
Black with #AB6080
Text Example
Text Example
White with #AB6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6080; }
p { color: rgb(171,96,128); }
H1.HeaderClassName
{
color: #AB6080;
}
.AnyTagClassName
{
color: #AB6080;
}
</style>
background-color css
<style>
a { background-color: #AB6080; }
a { background-color: rgb(171,96,128); }
div.DivClassName
{
background-color: #AB6080;
}
.BgClassName
{
background-color: #AB6080;
}
</style>
border-color css
<style>
span { border-color: #AB6080; }
span { border-color: rgb(171,96,128); }
td.TdClassName
{
border-color: #AB6080;
}
.TagClassName
{
border-color: #AB6080;
}
</style>