Shades of Tapestry #AB6485
Tints of Tapestry #AB6485
RGB
CMYK
RGB Variations
Color information
#AB6485 (or 0xAB6485) is known color: Tapestry. HEX triplet: AB, 64 and 85. RGB value is (171,100,133). Sum of RGB (Red+Green+Blue) = 171+100+133=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6485 is #549B7A. Grayscale: #7C7C7C. Windows color (decimal): -5544827 or 8742059. OLE color: 8742059.
HSL color Cylindrical-coordinate representation of color #AB6485: hue angle of 332.11º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6485 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 133 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.33 |
| HSL | 332.11º | 0.3% | 0.53% | - |
| HSV(B) | 332.11º | 0.42% | 0.67% | - |
| XYZ | 25.59 | 19.47 | 24.6 | - |
| YUV | 124.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 133 | 0 | 0.42 | 0.22 | 0.33 | 332.11 | 0.3 | 0.53 |
| Hex | AB | 64 | 85 | 0 | 2A | 16 | 21 | 14C | 1E | 35 |
| Octal | 253 | 144 | 205 | 0 | 52 | 26 | 41 | 514 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10000101 | 0 | 101010 | 10110 | 100001 | 101001100 | 11110 | 110101 |
Color Harmonies of #AB6485
Complementary color
Monochromatic Colors of #AB6485
Black with #AB6485
Text Example
Text Example
White with #AB6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6485; }
p { color: rgb(171,100,133); }
H1.HeaderClassName
{
color: #AB6485;
}
.AnyTagClassName
{
color: #AB6485;
}
</style>
background-color css
<style>
a { background-color: #AB6485; }
a { background-color: rgb(171,100,133); }
div.DivClassName
{
background-color: #AB6485;
}
.BgClassName
{
background-color: #AB6485;
}
</style>
border-color css
<style>
span { border-color: #AB6485; }
span { border-color: rgb(171,100,133); }
td.TdClassName
{
border-color: #AB6485;
}
.TagClassName
{
border-color: #AB6485;
}
</style>