Shades of Tapestry #AB5F81
Tints of Tapestry #AB5F81
RGB
CMYK
RGB Variations
Color information
#AB5F81 (or 0xAB5F81) is known color: Tapestry. HEX triplet: AB, 5F and 81. RGB value is (171,95,129). Sum of RGB (Red+Green+Blue) = 171+95+129=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5F81 is #54A07E. Grayscale: #797979. Windows color (decimal): -5546111 or 8478635. OLE color: 8478635.
HSL color Cylindrical-coordinate representation of color #AB5F81: hue angle of 333.16º 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 #AB5F81 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 95 | 129 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.33 |
| HSL | 333.16º | 0.31% | 0.52% | - |
| HSV(B) | 333.16º | 0.44% | 0.67% | - |
| XYZ | 24.85 | 18.43 | 23.02 | - |
| YUV | 121.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 129 | 0 | 0.44 | 0.25 | 0.33 | 333.16 | 0.31 | 0.52 |
| Hex | AB | 5F | 81 | 0 | 2C | 19 | 21 | 14D | 1F | 34 |
| Octal | 253 | 137 | 201 | 0 | 54 | 31 | 41 | 515 | 37 | 64 |
| Binary | 10101011 | 1011111 | 10000001 | 0 | 101100 | 11001 | 100001 | 101001101 | 11111 | 110100 |
Color Harmonies of #AB5F81
Complementary color
Monochromatic Colors of #AB5F81
Black with #AB5F81
Text Example
Text Example
White with #AB5F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5F81; }
p { color: rgb(171,95,129); }
H1.HeaderClassName
{
color: #AB5F81;
}
.AnyTagClassName
{
color: #AB5F81;
}
</style>
background-color css
<style>
a { background-color: #AB5F81; }
a { background-color: rgb(171,95,129); }
div.DivClassName
{
background-color: #AB5F81;
}
.BgClassName
{
background-color: #AB5F81;
}
</style>
border-color css
<style>
span { border-color: #AB5F81; }
span { border-color: rgb(171,95,129); }
td.TdClassName
{
border-color: #AB5F81;
}
.TagClassName
{
border-color: #AB5F81;
}
</style>