Shades of Tapestry #AF618D
Tints of Tapestry #AF618D
RGB
CMYK
RGB Variations
Color information
#AF618D (or 0xAF618D) is known color: Tapestry. HEX triplet: AF, 61 and 8D. RGB value is (175,97,141). Sum of RGB (Red+Green+Blue) = 175+97+141=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF618D is #509E72. Grayscale: #7D7D7D. Windows color (decimal): -5283443 or 9265583. OLE color: 9265583.
HSL color Cylindrical-coordinate representation of color #AF618D: hue angle of 326.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF618D is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 141 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.31 |
| HSL | 326.15º | 0.33% | 0.53% | - |
| HSV(B) | 326.15º | 0.45% | 0.69% | - |
| XYZ | 26.76 | 19.59 | 27.57 | - |
| YUV | 125.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 141 | 0 | 0.45 | 0.19 | 0.31 | 326.15 | 0.33 | 0.53 |
| Hex | AF | 61 | 8D | 0 | 2D | 13 | 1F | 146 | 21 | 35 |
| Octal | 257 | 141 | 215 | 0 | 55 | 23 | 37 | 506 | 41 | 65 |
| Binary | 10101111 | 1100001 | 10001101 | 0 | 101101 | 10011 | 11111 | 101000110 | 100001 | 110101 |
Color Harmonies of #AF618D
Complementary color
Monochromatic Colors of #AF618D
Black with #AF618D
Text Example
Text Example
White with #AF618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF618D; }
p { color: rgb(175,97,141); }
H1.HeaderClassName
{
color: #AF618D;
}
.AnyTagClassName
{
color: #AF618D;
}
</style>
background-color css
<style>
a { background-color: #AF618D; }
a { background-color: rgb(175,97,141); }
div.DivClassName
{
background-color: #AF618D;
}
.BgClassName
{
background-color: #AF618D;
}
</style>
border-color css
<style>
span { border-color: #AF618D; }
span { border-color: rgb(175,97,141); }
td.TdClassName
{
border-color: #AF618D;
}
.TagClassName
{
border-color: #AF618D;
}
</style>