Shades of Tapestry #AB627E
Tints of Tapestry #AB627E
RGB
CMYK
RGB Variations
Color information
#AB627E (or 0xAB627E) is known color: Tapestry. HEX triplet: AB, 62 and 7E. RGB value is (171,98,126). Sum of RGB (Red+Green+Blue) = 171+98+126=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB627E is #549D81. Grayscale: #7A7A7A. Windows color (decimal): -5545346 or 8282795. OLE color: 8282795.
HSL color Cylindrical-coordinate representation of color #AB627E: hue angle of 336.99º 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 #AB627E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 126 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.33 |
| HSL | 336.99º | 0.3% | 0.53% | - |
| HSV(B) | 336.99º | 0.43% | 0.67% | - |
| XYZ | 24.93 | 18.9 | 22.07 | - |
| YUV | 123.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 126 | 0 | 0.43 | 0.26 | 0.33 | 336.99 | 0.3 | 0.53 |
| Hex | AB | 62 | 7E | 0 | 2B | 1A | 21 | 151 | 1E | 35 |
| Octal | 253 | 142 | 176 | 0 | 53 | 32 | 41 | 521 | 36 | 65 |
| Binary | 10101011 | 1100010 | 1111110 | 0 | 101011 | 11010 | 100001 | 101010001 | 11110 | 110101 |
Color Harmonies of #AB627E
Complementary color
Monochromatic Colors of #AB627E
Black with #AB627E
Text Example
Text Example
White with #AB627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB627E; }
p { color: rgb(171,98,126); }
H1.HeaderClassName
{
color: #AB627E;
}
.AnyTagClassName
{
color: #AB627E;
}
</style>
background-color css
<style>
a { background-color: #AB627E; }
a { background-color: rgb(171,98,126); }
div.DivClassName
{
background-color: #AB627E;
}
.BgClassName
{
background-color: #AB627E;
}
</style>
border-color css
<style>
span { border-color: #AB627E; }
span { border-color: rgb(171,98,126); }
td.TdClassName
{
border-color: #AB627E;
}
.TagClassName
{
border-color: #AB627E;
}
</style>