Shades of Tapestry #AB6683
Tints of Tapestry #AB6683
RGB
CMYK
RGB Variations
Color information
#AB6683 (or 0xAB6683) is known color: Tapestry. HEX triplet: AB, 66 and 83. RGB value is (171,102,131). Sum of RGB (Red+Green+Blue) = 171+102+131=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6683 is #54997C. Grayscale: #7D7D7D. Windows color (decimal): -5544317 or 8611499. OLE color: 8611499.
HSL color Cylindrical-coordinate representation of color #AB6683: hue angle of 334.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6683 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 131 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.33 |
| HSL | 334.78º | 0.29% | 0.54% | - |
| HSV(B) | 334.78º | 0.4% | 0.67% | - |
| XYZ | 25.64 | 19.8 | 23.94 | - |
| YUV | 125.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 131 | 0 | 0.40 | 0.23 | 0.33 | 334.78 | 0.29 | 0.54 |
| Hex | AB | 66 | 83 | 0 | 28 | 17 | 21 | 14F | 1D | 36 |
| Octal | 253 | 146 | 203 | 0 | 50 | 27 | 41 | 517 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10000011 | 0 | 101000 | 10111 | 100001 | 101001111 | 11101 | 110110 |
Color Harmonies of #AB6683
Complementary color
Monochromatic Colors of #AB6683
Black with #AB6683
Text Example
Text Example
White with #AB6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6683; }
p { color: rgb(171,102,131); }
H1.HeaderClassName
{
color: #AB6683;
}
.AnyTagClassName
{
color: #AB6683;
}
</style>
background-color css
<style>
a { background-color: #AB6683; }
a { background-color: rgb(171,102,131); }
div.DivClassName
{
background-color: #AB6683;
}
.BgClassName
{
background-color: #AB6683;
}
</style>
border-color css
<style>
span { border-color: #AB6683; }
span { border-color: rgb(171,102,131); }
td.TdClassName
{
border-color: #AB6683;
}
.TagClassName
{
border-color: #AB6683;
}
</style>