Shades of Tapestry #AB6283
Tints of Tapestry #AB6283
RGB
CMYK
RGB Variations
Color information
#AB6283 (or 0xAB6283) is known color: Tapestry. HEX triplet: AB, 62 and 83. RGB value is (171,98,131). Sum of RGB (Red+Green+Blue) = 171+98+131=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6283 is #549D7C. Grayscale: #7B7B7B. Windows color (decimal): -5545341 or 8610475. OLE color: 8610475.
HSL color Cylindrical-coordinate representation of color #AB6283: hue angle of 332.88º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6283 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 131 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.33 |
| HSL | 332.88º | 0.3% | 0.53% | - |
| HSV(B) | 332.88º | 0.43% | 0.67% | - |
| XYZ | 25.26 | 19.03 | 23.81 | - |
| YUV | 123.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 131 | 0 | 0.43 | 0.23 | 0.33 | 332.88 | 0.3 | 0.53 |
| Hex | AB | 62 | 83 | 0 | 2B | 17 | 21 | 14D | 1E | 35 |
| Octal | 253 | 142 | 203 | 0 | 53 | 27 | 41 | 515 | 36 | 65 |
| Binary | 10101011 | 1100010 | 10000011 | 0 | 101011 | 10111 | 100001 | 101001101 | 11110 | 110101 |
Color Harmonies of #AB6283
Complementary color
Monochromatic Colors of #AB6283
Black with #AB6283
Text Example
Text Example
White with #AB6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6283; }
p { color: rgb(171,98,131); }
H1.HeaderClassName
{
color: #AB6283;
}
.AnyTagClassName
{
color: #AB6283;
}
</style>
background-color css
<style>
a { background-color: #AB6283; }
a { background-color: rgb(171,98,131); }
div.DivClassName
{
background-color: #AB6283;
}
.BgClassName
{
background-color: #AB6283;
}
</style>
border-color css
<style>
span { border-color: #AB6283; }
span { border-color: rgb(171,98,131); }
td.TdClassName
{
border-color: #AB6283;
}
.TagClassName
{
border-color: #AB6283;
}
</style>