Shades of Tapestry #AB6380
Tints of Tapestry #AB6380
RGB
CMYK
RGB Variations
Color information
#AB6380 (or 0xAB6380) is known color: Tapestry. HEX triplet: AB, 63 and 80. RGB value is (171,99,128). Sum of RGB (Red+Green+Blue) = 171+99+128=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6380 is #549C7F. Grayscale: #7B7B7B. Windows color (decimal): -5545088 or 8414123. OLE color: 8414123.
HSL color Cylindrical-coordinate representation of color #AB6380: hue angle of 335.83º 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 #AB6380 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 128 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.33 |
| HSL | 335.83º | 0.3% | 0.53% | - |
| HSV(B) | 335.83º | 0.42% | 0.67% | - |
| XYZ | 25.15 | 19.14 | 22.79 | - |
| YUV | 123.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 128 | 0 | 0.42 | 0.25 | 0.33 | 335.83 | 0.3 | 0.53 |
| Hex | AB | 63 | 80 | 0 | 2A | 19 | 21 | 150 | 1E | 35 |
| Octal | 253 | 143 | 200 | 0 | 52 | 31 | 41 | 520 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10000000 | 0 | 101010 | 11001 | 100001 | 101010000 | 11110 | 110101 |
Color Harmonies of #AB6380
Complementary color
Monochromatic Colors of #AB6380
Black with #AB6380
Text Example
Text Example
White with #AB6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6380; }
p { color: rgb(171,99,128); }
H1.HeaderClassName
{
color: #AB6380;
}
.AnyTagClassName
{
color: #AB6380;
}
</style>
background-color css
<style>
a { background-color: #AB6380; }
a { background-color: rgb(171,99,128); }
div.DivClassName
{
background-color: #AB6380;
}
.BgClassName
{
background-color: #AB6380;
}
</style>
border-color css
<style>
span { border-color: #AB6380; }
span { border-color: rgb(171,99,128); }
td.TdClassName
{
border-color: #AB6380;
}
.TagClassName
{
border-color: #AB6380;
}
</style>