Shades of Tapestry #AF688F
Tints of Tapestry #AF688F
RGB
CMYK
RGB Variations
Color information
#AF688F (or 0xAF688F) is known color: Tapestry. HEX triplet: AF, 68 and 8F. RGB value is (175,104,143). Sum of RGB (Red+Green+Blue) = 175+104+143=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF688F is #509770. Grayscale: #818181. Windows color (decimal): -5281649 or 9398447. OLE color: 9398447.
HSL color Cylindrical-coordinate representation of color #AF688F: hue angle of 327.04º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF688F is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 143 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.31 |
| HSL | 327.04º | 0.31% | 0.55% | - |
| HSV(B) | 327.04º | 0.41% | 0.69% | - |
| XYZ | 27.59 | 21 | 28.59 | - |
| YUV | 129.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 143 | 0 | 0.41 | 0.18 | 0.31 | 327.04 | 0.31 | 0.55 |
| Hex | AF | 68 | 8F | 0 | 29 | 12 | 1F | 147 | 1F | 37 |
| Octal | 257 | 150 | 217 | 0 | 51 | 22 | 37 | 507 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10001111 | 0 | 101001 | 10010 | 11111 | 101000111 | 11111 | 110111 |
Color Harmonies of #AF688F
Complementary color
Monochromatic Colors of #AF688F
Black with #AF688F
Text Example
Text Example
White with #AF688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF688F; }
p { color: rgb(175,104,143); }
H1.HeaderClassName
{
color: #AF688F;
}
.AnyTagClassName
{
color: #AF688F;
}
</style>
background-color css
<style>
a { background-color: #AF688F; }
a { background-color: rgb(175,104,143); }
div.DivClassName
{
background-color: #AF688F;
}
.BgClassName
{
background-color: #AF688F;
}
</style>
border-color css
<style>
span { border-color: #AF688F; }
span { border-color: rgb(175,104,143); }
td.TdClassName
{
border-color: #AF688F;
}
.TagClassName
{
border-color: #AF688F;
}
</style>