Shades of Tapestry #AF648D
Tints of Tapestry #AF648D
RGB
CMYK
RGB Variations
Color information
#AF648D (or 0xAF648D) is known color: Tapestry. HEX triplet: AF, 64 and 8D. RGB value is (175,100,141). Sum of RGB (Red+Green+Blue) = 175+100+141=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF648D is #509B72. Grayscale: #7F7F7F. Windows color (decimal): -5282675 or 9266351. OLE color: 9266351.
HSL color Cylindrical-coordinate representation of color #AF648D: hue angle of 327.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF648D is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 141 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.31 |
| HSL | 327.2º | 0.32% | 0.54% | - |
| HSV(B) | 327.2º | 0.43% | 0.69% | - |
| XYZ | 27.04 | 20.15 | 27.66 | - |
| YUV | 127.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 141 | 0 | 0.43 | 0.19 | 0.31 | 327.2 | 0.32 | 0.54 |
| Hex | AF | 64 | 8D | 0 | 2B | 13 | 1F | 147 | 20 | 36 |
| Octal | 257 | 144 | 215 | 0 | 53 | 23 | 37 | 507 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10001101 | 0 | 101011 | 10011 | 11111 | 101000111 | 100000 | 110110 |
Color Harmonies of #AF648D
Complementary color
Monochromatic Colors of #AF648D
Black with #AF648D
Text Example
Text Example
White with #AF648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF648D; }
p { color: rgb(175,100,141); }
H1.HeaderClassName
{
color: #AF648D;
}
.AnyTagClassName
{
color: #AF648D;
}
</style>
background-color css
<style>
a { background-color: #AF648D; }
a { background-color: rgb(175,100,141); }
div.DivClassName
{
background-color: #AF648D;
}
.BgClassName
{
background-color: #AF648D;
}
</style>
border-color css
<style>
span { border-color: #AF648D; }
span { border-color: rgb(175,100,141); }
td.TdClassName
{
border-color: #AF648D;
}
.TagClassName
{
border-color: #AF648D;
}
</style>