Shades of Tapestry #AB6484
Tints of Tapestry #AB6484
RGB
CMYK
RGB Variations
Color information
#AB6484 (or 0xAB6484) is known color: Tapestry. HEX triplet: AB, 64 and 84. RGB value is (171,100,132). Sum of RGB (Red+Green+Blue) = 171+100+132=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6484 is #549B7B. Grayscale: #7C7C7C. Windows color (decimal): -5544828 or 8676523. OLE color: 8676523.
HSL color Cylindrical-coordinate representation of color #AB6484: hue angle of 332.96º 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 #AB6484 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 132 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.33 |
| HSL | 332.96º | 0.3% | 0.53% | - |
| HSV(B) | 332.96º | 0.42% | 0.67% | - |
| XYZ | 25.52 | 19.44 | 24.24 | - |
| YUV | 124.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 132 | 0 | 0.42 | 0.23 | 0.33 | 332.96 | 0.3 | 0.53 |
| Hex | AB | 64 | 84 | 0 | 2A | 17 | 21 | 14D | 1E | 35 |
| Octal | 253 | 144 | 204 | 0 | 52 | 27 | 41 | 515 | 36 | 65 |
| Binary | 10101011 | 1100100 | 10000100 | 0 | 101010 | 10111 | 100001 | 101001101 | 11110 | 110101 |
Color Harmonies of #AB6484
Complementary color
Monochromatic Colors of #AB6484
Black with #AB6484
Text Example
Text Example
White with #AB6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6484; }
p { color: rgb(171,100,132); }
H1.HeaderClassName
{
color: #AB6484;
}
.AnyTagClassName
{
color: #AB6484;
}
</style>
background-color css
<style>
a { background-color: #AB6484; }
a { background-color: rgb(171,100,132); }
div.DivClassName
{
background-color: #AB6484;
}
.BgClassName
{
background-color: #AB6484;
}
</style>
border-color css
<style>
span { border-color: #AB6484; }
span { border-color: rgb(171,100,132); }
td.TdClassName
{
border-color: #AB6484;
}
.TagClassName
{
border-color: #AB6484;
}
</style>