Shades of Tapestry #AF648E
Tints of Tapestry #AF648E
RGB
CMYK
RGB Variations
Color information
#AF648E (or 0xAF648E) is known color: Tapestry. HEX triplet: AF, 64 and 8E. RGB value is (175,100,142). Sum of RGB (Red+Green+Blue) = 175+100+142=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF648E is #509B71. Grayscale: #7F7F7F. Windows color (decimal): -5282674 or 9331887. OLE color: 9331887.
HSL color Cylindrical-coordinate representation of color #AF648E: hue angle of 326.4º 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 #AF648E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 142 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.31 |
| HSL | 326.4º | 0.32% | 0.54% | - |
| HSV(B) | 326.4º | 0.43% | 0.69% | - |
| XYZ | 27.12 | 20.18 | 28.06 | - |
| YUV | 127.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 142 | 0 | 0.43 | 0.19 | 0.31 | 326.4 | 0.32 | 0.54 |
| Hex | AF | 64 | 8E | 0 | 2B | 13 | 1F | 146 | 20 | 36 |
| Octal | 257 | 144 | 216 | 0 | 53 | 23 | 37 | 506 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10001110 | 0 | 101011 | 10011 | 11111 | 101000110 | 100000 | 110110 |
Color Harmonies of #AF648E
Complementary color
Monochromatic Colors of #AF648E
Black with #AF648E
Text Example
Text Example
White with #AF648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF648E; }
p { color: rgb(175,100,142); }
H1.HeaderClassName
{
color: #AF648E;
}
.AnyTagClassName
{
color: #AF648E;
}
</style>
background-color css
<style>
a { background-color: #AF648E; }
a { background-color: rgb(175,100,142); }
div.DivClassName
{
background-color: #AF648E;
}
.BgClassName
{
background-color: #AF648E;
}
</style>
border-color css
<style>
span { border-color: #AF648E; }
span { border-color: rgb(175,100,142); }
td.TdClassName
{
border-color: #AF648E;
}
.TagClassName
{
border-color: #AF648E;
}
</style>