Shades of Tapestry #AB6278
Tints of Tapestry #AB6278
RGB
CMYK
RGB Variations
Color information
#AB6278 (or 0xAB6278) is known color: Tapestry. HEX triplet: AB, 62 and 78. RGB value is (171,98,120). Sum of RGB (Red+Green+Blue) = 171+98+120=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6278 is #549D87. Grayscale: #7A7A7A. Windows color (decimal): -5545352 or 7889579. OLE color: 7889579.
HSL color Cylindrical-coordinate representation of color #AB6278: hue angle of 341.92º 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 #AB6278 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 120 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.33 |
| HSL | 341.92º | 0.3% | 0.53% | - |
| HSV(B) | 341.92º | 0.43% | 0.67% | - |
| XYZ | 24.55 | 18.75 | 20.09 | - |
| YUV | 122.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 120 | 0 | 0.43 | 0.30 | 0.33 | 341.92 | 0.3 | 0.53 |
| Hex | AB | 62 | 78 | 0 | 2B | 1E | 21 | 156 | 1E | 35 |
| Octal | 253 | 142 | 170 | 0 | 53 | 36 | 41 | 526 | 36 | 65 |
| Binary | 10101011 | 1100010 | 1111000 | 0 | 101011 | 11110 | 100001 | 101010110 | 11110 | 110101 |
Color Harmonies of #AB6278
Complementary color
Monochromatic Colors of #AB6278
Black with #AB6278
Text Example
Text Example
White with #AB6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6278; }
p { color: rgb(171,98,120); }
H1.HeaderClassName
{
color: #AB6278;
}
.AnyTagClassName
{
color: #AB6278;
}
</style>
background-color css
<style>
a { background-color: #AB6278; }
a { background-color: rgb(171,98,120); }
div.DivClassName
{
background-color: #AB6278;
}
.BgClassName
{
background-color: #AB6278;
}
</style>
border-color css
<style>
span { border-color: #AB6278; }
span { border-color: rgb(171,98,120); }
td.TdClassName
{
border-color: #AB6278;
}
.TagClassName
{
border-color: #AB6278;
}
</style>