Shades of Tapestry #A85F7D
Tints of Tapestry #A85F7D
RGB
CMYK
RGB Variations
Color information
#A85F7D (or 0xA85F7D) is known color: Tapestry. HEX triplet: A8, 5F and 7D. RGB value is (168,95,125). Sum of RGB (Red+Green+Blue) = 168+95+125=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F7D is #57A082. Grayscale: #787878. Windows color (decimal): -5742723 or 8216488. OLE color: 8216488.
HSL color Cylindrical-coordinate representation of color #A85F7D: hue angle of 335.34º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F7D is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 125 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.34 |
| HSL | 335.34º | 0.3% | 0.52% | - |
| HSV(B) | 335.34º | 0.43% | 0.66% | - |
| XYZ | 23.94 | 17.99 | 21.61 | - |
| YUV | 120.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 125 | 0 | 0.43 | 0.26 | 0.34 | 335.34 | 0.3 | 0.52 |
| Hex | A8 | 5F | 7D | 0 | 2B | 1A | 22 | 14F | 1E | 34 |
| Octal | 250 | 137 | 175 | 0 | 53 | 32 | 42 | 517 | 36 | 64 |
| Binary | 10101000 | 1011111 | 1111101 | 0 | 101011 | 11010 | 100010 | 101001111 | 11110 | 110100 |
Color Harmonies of #A85F7D
Complementary color
Monochromatic Colors of #A85F7D
Black with #A85F7D
Text Example
Text Example
White with #A85F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F7D; }
p { color: rgb(168,95,125); }
H1.HeaderClassName
{
color: #A85F7D;
}
.AnyTagClassName
{
color: #A85F7D;
}
</style>
background-color css
<style>
a { background-color: #A85F7D; }
a { background-color: rgb(168,95,125); }
div.DivClassName
{
background-color: #A85F7D;
}
.BgClassName
{
background-color: #A85F7D;
}
</style>
border-color css
<style>
span { border-color: #A85F7D; }
span { border-color: rgb(168,95,125); }
td.TdClassName
{
border-color: #A85F7D;
}
.TagClassName
{
border-color: #A85F7D;
}
</style>