Shades of Tapestry #AF648B
Tints of Tapestry #AF648B
RGB
CMYK
RGB Variations
Color information
#AF648B (or 0xAF648B) is known color: Tapestry. HEX triplet: AF, 64 and 8B. RGB value is (175,100,139). Sum of RGB (Red+Green+Blue) = 175+100+139=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF648B is #509B74. Grayscale: #7E7E7E. Windows color (decimal): -5282677 or 9135279. OLE color: 9135279.
HSL color Cylindrical-coordinate representation of color #AF648B: hue angle of 328.8º 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 #AF648B is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 139 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.31 |
| HSL | 328.8º | 0.32% | 0.54% | - |
| HSV(B) | 328.8º | 0.43% | 0.69% | - |
| XYZ | 26.9 | 20.09 | 26.89 | - |
| YUV | 126.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 139 | 0 | 0.43 | 0.21 | 0.31 | 328.8 | 0.32 | 0.54 |
| Hex | AF | 64 | 8B | 0 | 2B | 15 | 1F | 149 | 20 | 36 |
| Octal | 257 | 144 | 213 | 0 | 53 | 25 | 37 | 511 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10001011 | 0 | 101011 | 10101 | 11111 | 101001001 | 100000 | 110110 |
Color Harmonies of #AF648B
Complementary color
Monochromatic Colors of #AF648B
Black with #AF648B
Text Example
Text Example
White with #AF648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF648B; }
p { color: rgb(175,100,139); }
H1.HeaderClassName
{
color: #AF648B;
}
.AnyTagClassName
{
color: #AF648B;
}
</style>
background-color css
<style>
a { background-color: #AF648B; }
a { background-color: rgb(175,100,139); }
div.DivClassName
{
background-color: #AF648B;
}
.BgClassName
{
background-color: #AF648B;
}
</style>
border-color css
<style>
span { border-color: #AF648B; }
span { border-color: rgb(175,100,139); }
td.TdClassName
{
border-color: #AF648B;
}
.TagClassName
{
border-color: #AF648B;
}
</style>