Shades of Tapestry #AB6384
Tints of Tapestry #AB6384
RGB
CMYK
RGB Variations
Color information
#AB6384 (or 0xAB6384) is known color: Tapestry. HEX triplet: AB, 63 and 84. RGB value is (171,99,132). Sum of RGB (Red+Green+Blue) = 171+99+132=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6384 is #549C7B. Grayscale: #7C7C7C. Windows color (decimal): -5545084 or 8676267. OLE color: 8676267.
HSL color Cylindrical-coordinate representation of color #AB6384: hue angle of 332.5º 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 #AB6384 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 132 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.33 |
| HSL | 332.5º | 0.3% | 0.53% | - |
| HSV(B) | 332.5º | 0.42% | 0.67% | - |
| XYZ | 25.42 | 19.25 | 24.21 | - |
| YUV | 124.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 132 | 0 | 0.42 | 0.23 | 0.33 | 332.5 | 0.3 | 0.53 |
| Hex | AB | 63 | 84 | 0 | 2A | 17 | 21 | 14C | 1E | 35 |
| Octal | 253 | 143 | 204 | 0 | 52 | 27 | 41 | 514 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10000100 | 0 | 101010 | 10111 | 100001 | 101001100 | 11110 | 110101 |
Color Harmonies of #AB6384
Complementary color
Monochromatic Colors of #AB6384
Black with #AB6384
Text Example
Text Example
White with #AB6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6384; }
p { color: rgb(171,99,132); }
H1.HeaderClassName
{
color: #AB6384;
}
.AnyTagClassName
{
color: #AB6384;
}
</style>
background-color css
<style>
a { background-color: #AB6384; }
a { background-color: rgb(171,99,132); }
div.DivClassName
{
background-color: #AB6384;
}
.BgClassName
{
background-color: #AB6384;
}
</style>
border-color css
<style>
span { border-color: #AB6384; }
span { border-color: rgb(171,99,132); }
td.TdClassName
{
border-color: #AB6384;
}
.TagClassName
{
border-color: #AB6384;
}
</style>