Shades of Tapestry #AB6589
Tints of Tapestry #AB6589
RGB
CMYK
RGB Variations
Color information
#AB6589 (or 0xAB6589) is known color: Tapestry. HEX triplet: AB, 65 and 89. RGB value is (171,101,137). Sum of RGB (Red+Green+Blue) = 171+101+137=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6589 is #549A76. Grayscale: #7D7D7D. Windows color (decimal): -5544567 or 9004459. OLE color: 9004459.
HSL color Cylindrical-coordinate representation of color #AB6589: hue angle of 329.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6589 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 137 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.33 |
| HSL | 329.14º | 0.29% | 0.53% | - |
| HSV(B) | 329.14º | 0.41% | 0.67% | - |
| XYZ | 25.96 | 19.77 | 26.11 | - |
| YUV | 126.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 137 | 0 | 0.41 | 0.20 | 0.33 | 329.14 | 0.29 | 0.53 |
| Hex | AB | 65 | 89 | 0 | 29 | 14 | 21 | 149 | 1D | 35 |
| Octal | 253 | 145 | 211 | 0 | 51 | 24 | 41 | 511 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10001001 | 0 | 101001 | 10100 | 100001 | 101001001 | 11101 | 110101 |
Color Harmonies of #AB6589
Complementary color
Monochromatic Colors of #AB6589
Black with #AB6589
Text Example
Text Example
White with #AB6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6589; }
p { color: rgb(171,101,137); }
H1.HeaderClassName
{
color: #AB6589;
}
.AnyTagClassName
{
color: #AB6589;
}
</style>
background-color css
<style>
a { background-color: #AB6589; }
a { background-color: rgb(171,101,137); }
div.DivClassName
{
background-color: #AB6589;
}
.BgClassName
{
background-color: #AB6589;
}
</style>
border-color css
<style>
span { border-color: #AB6589; }
span { border-color: rgb(171,101,137); }
td.TdClassName
{
border-color: #AB6589;
}
.TagClassName
{
border-color: #AB6589;
}
</style>