Shades of Tapestry #AB627F
Tints of Tapestry #AB627F
RGB
CMYK
RGB Variations
Color information
#AB627F (or 0xAB627F) is known color: Tapestry. HEX triplet: AB, 62 and 7F. RGB value is (171,98,127). Sum of RGB (Red+Green+Blue) = 171+98+127=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB627F is #549D80. Grayscale: #7B7B7B. Windows color (decimal): -5545345 or 8348331. OLE color: 8348331.
HSL color Cylindrical-coordinate representation of color #AB627F: hue angle of 336.16º 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 #AB627F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 127 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.33 |
| HSL | 336.16º | 0.3% | 0.53% | - |
| HSV(B) | 336.16º | 0.43% | 0.67% | - |
| XYZ | 24.99 | 18.93 | 22.41 | - |
| YUV | 123.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 127 | 0 | 0.43 | 0.26 | 0.33 | 336.16 | 0.3 | 0.53 |
| Hex | AB | 62 | 7F | 0 | 2B | 1A | 21 | 150 | 1E | 35 |
| Octal | 253 | 142 | 177 | 0 | 53 | 32 | 41 | 520 | 36 | 65 |
| Binary | 10101011 | 1100010 | 1111111 | 0 | 101011 | 11010 | 100001 | 101010000 | 11110 | 110101 |
Color Harmonies of #AB627F
Complementary color
Monochromatic Colors of #AB627F
Black with #AB627F
Text Example
Text Example
White with #AB627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB627F; }
p { color: rgb(171,98,127); }
H1.HeaderClassName
{
color: #AB627F;
}
.AnyTagClassName
{
color: #AB627F;
}
</style>
background-color css
<style>
a { background-color: #AB627F; }
a { background-color: rgb(171,98,127); }
div.DivClassName
{
background-color: #AB627F;
}
.BgClassName
{
background-color: #AB627F;
}
</style>
border-color css
<style>
span { border-color: #AB627F; }
span { border-color: rgb(171,98,127); }
td.TdClassName
{
border-color: #AB627F;
}
.TagClassName
{
border-color: #AB627F;
}
</style>