Shades of Tapestry #AB6385
Tints of Tapestry #AB6385
RGB
CMYK
RGB Variations
Color information
#AB6385 (or 0xAB6385) is known color: Tapestry. HEX triplet: AB, 63 and 85. RGB value is (171,99,133). Sum of RGB (Red+Green+Blue) = 171+99+133=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6385 is #549C7A. Grayscale: #7C7C7C. Windows color (decimal): -5545083 or 8741803. OLE color: 8741803.
HSL color Cylindrical-coordinate representation of color #AB6385: hue angle of 331.67º 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 #AB6385 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 133 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.33 |
| HSL | 331.67º | 0.3% | 0.53% | - |
| HSV(B) | 331.67º | 0.42% | 0.67% | - |
| XYZ | 25.49 | 19.28 | 24.57 | - |
| YUV | 124.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 133 | 0 | 0.42 | 0.22 | 0.33 | 331.67 | 0.3 | 0.53 |
| Hex | AB | 63 | 85 | 0 | 2A | 16 | 21 | 14C | 1E | 35 |
| Octal | 253 | 143 | 205 | 0 | 52 | 26 | 41 | 514 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10000101 | 0 | 101010 | 10110 | 100001 | 101001100 | 11110 | 110101 |
Color Harmonies of #AB6385
Complementary color
Monochromatic Colors of #AB6385
Black with #AB6385
Text Example
Text Example
White with #AB6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6385; }
p { color: rgb(171,99,133); }
H1.HeaderClassName
{
color: #AB6385;
}
.AnyTagClassName
{
color: #AB6385;
}
</style>
background-color css
<style>
a { background-color: #AB6385; }
a { background-color: rgb(171,99,133); }
div.DivClassName
{
background-color: #AB6385;
}
.BgClassName
{
background-color: #AB6385;
}
</style>
border-color css
<style>
span { border-color: #AB6385; }
span { border-color: rgb(171,99,133); }
td.TdClassName
{
border-color: #AB6385;
}
.TagClassName
{
border-color: #AB6385;
}
</style>