Shades of Tapestry #AF658F
Tints of Tapestry #AF658F
RGB
CMYK
RGB Variations
Color information
#AF658F (or 0xAF658F) is known color: Tapestry. HEX triplet: AF, 65 and 8F. RGB value is (175,101,143). Sum of RGB (Red+Green+Blue) = 175+101+143=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF658F is #509A70. Grayscale: #7F7F7F. Windows color (decimal): -5282417 or 9397679. OLE color: 9397679.
HSL color Cylindrical-coordinate representation of color #AF658F: hue angle of 325.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF658F is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 143 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.31 |
| HSL | 325.95º | 0.32% | 0.54% | - |
| HSV(B) | 325.95º | 0.42% | 0.69% | - |
| XYZ | 27.29 | 20.4 | 28.49 | - |
| YUV | 127.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 143 | 0 | 0.42 | 0.18 | 0.31 | 325.95 | 0.32 | 0.54 |
| Hex | AF | 65 | 8F | 0 | 2A | 12 | 1F | 146 | 20 | 36 |
| Octal | 257 | 145 | 217 | 0 | 52 | 22 | 37 | 506 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10001111 | 0 | 101010 | 10010 | 11111 | 101000110 | 100000 | 110110 |
Color Harmonies of #AF658F
Complementary color
Monochromatic Colors of #AF658F
Black with #AF658F
Text Example
Text Example
White with #AF658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF658F; }
p { color: rgb(175,101,143); }
H1.HeaderClassName
{
color: #AF658F;
}
.AnyTagClassName
{
color: #AF658F;
}
</style>
background-color css
<style>
a { background-color: #AF658F; }
a { background-color: rgb(175,101,143); }
div.DivClassName
{
background-color: #AF658F;
}
.BgClassName
{
background-color: #AF658F;
}
</style>
border-color css
<style>
span { border-color: #AF658F; }
span { border-color: rgb(175,101,143); }
td.TdClassName
{
border-color: #AF658F;
}
.TagClassName
{
border-color: #AF658F;
}
</style>