Shades of Tapestry #AB607B
Tints of Tapestry #AB607B
RGB
CMYK
RGB Variations
Color information
#AB607B (or 0xAB607B) is known color: Tapestry. HEX triplet: AB, 60 and 7B. RGB value is (171,96,123). Sum of RGB (Red+Green+Blue) = 171+96+123=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB607B is #549F84. Grayscale: #797979. Windows color (decimal): -5545861 or 8085675. OLE color: 8085675.
HSL color Cylindrical-coordinate representation of color #AB607B: hue angle of 338.4º 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 #AB607B is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 123 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.33 |
| HSL | 338.4º | 0.31% | 0.52% | - |
| HSV(B) | 338.4º | 0.44% | 0.67% | - |
| XYZ | 24.55 | 18.45 | 21.01 | - |
| YUV | 121.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 123 | 0 | 0.44 | 0.28 | 0.33 | 338.4 | 0.31 | 0.52 |
| Hex | AB | 60 | 7B | 0 | 2C | 1C | 21 | 152 | 1F | 34 |
| Octal | 253 | 140 | 173 | 0 | 54 | 34 | 41 | 522 | 37 | 64 |
| Binary | 10101011 | 1100000 | 1111011 | 0 | 101100 | 11100 | 100001 | 101010010 | 11111 | 110100 |
Color Harmonies of #AB607B
Complementary color
Monochromatic Colors of #AB607B
Black with #AB607B
Text Example
Text Example
White with #AB607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB607B; }
p { color: rgb(171,96,123); }
H1.HeaderClassName
{
color: #AB607B;
}
.AnyTagClassName
{
color: #AB607B;
}
</style>
background-color css
<style>
a { background-color: #AB607B; }
a { background-color: rgb(171,96,123); }
div.DivClassName
{
background-color: #AB607B;
}
.BgClassName
{
background-color: #AB607B;
}
</style>
border-color css
<style>
span { border-color: #AB607B; }
span { border-color: rgb(171,96,123); }
td.TdClassName
{
border-color: #AB607B;
}
.TagClassName
{
border-color: #AB607B;
}
</style>