Shades of Tapestry #AB607E
Tints of Tapestry #AB607E
RGB
CMYK
RGB Variations
Color information
#AB607E (or 0xAB607E) is known color: Tapestry. HEX triplet: AB, 60 and 7E. RGB value is (171,96,126). Sum of RGB (Red+Green+Blue) = 171+96+126=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB607E is #549F81. Grayscale: #797979. Windows color (decimal): -5545858 or 8282283. OLE color: 8282283.
HSL color Cylindrical-coordinate representation of color #AB607E: hue angle of 336º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB607E is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 126 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.33 |
| HSL | 336º | 0.31% | 0.52% | - |
| HSV(B) | 336º | 0.44% | 0.67% | - |
| XYZ | 24.74 | 18.53 | 22.01 | - |
| YUV | 121.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 126 | 0 | 0.44 | 0.26 | 0.33 | 336 | 0.31 | 0.52 |
| Hex | AB | 60 | 7E | 0 | 2C | 1A | 21 | 150 | 1F | 34 |
| Octal | 253 | 140 | 176 | 0 | 54 | 32 | 41 | 520 | 37 | 64 |
| Binary | 10101011 | 1100000 | 1111110 | 0 | 101100 | 11010 | 100001 | 101010000 | 11111 | 110100 |
Color Harmonies of #AB607E
Complementary color
Monochromatic Colors of #AB607E
Black with #AB607E
Text Example
Text Example
White with #AB607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB607E; }
p { color: rgb(171,96,126); }
H1.HeaderClassName
{
color: #AB607E;
}
.AnyTagClassName
{
color: #AB607E;
}
</style>
background-color css
<style>
a { background-color: #AB607E; }
a { background-color: rgb(171,96,126); }
div.DivClassName
{
background-color: #AB607E;
}
.BgClassName
{
background-color: #AB607E;
}
</style>
border-color css
<style>
span { border-color: #AB607E; }
span { border-color: rgb(171,96,126); }
td.TdClassName
{
border-color: #AB607E;
}
.TagClassName
{
border-color: #AB607E;
}
</style>