Shades of Tapestry #AF628C
Tints of Tapestry #AF628C
RGB
CMYK
RGB Variations
Color information
#AF628C (or 0xAF628C) is known color: Tapestry. HEX triplet: AF, 62 and 8C. RGB value is (175,98,140). Sum of RGB (Red+Green+Blue) = 175+98+140=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628C is #509D73. Grayscale: #7D7D7D. Windows color (decimal): -5283188 or 9200303. OLE color: 9200303.
HSL color Cylindrical-coordinate representation of color #AF628C: hue angle of 327.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF628C is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 140 | - |
| CMYK | 0 | 0.44 | 0.2 | 0.31 |
| HSL | 327.27º | 0.32% | 0.54% | - |
| HSV(B) | 327.27º | 0.44% | 0.69% | - |
| XYZ | 26.78 | 19.74 | 27.21 | - |
| YUV | 125.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 140 | 0 | 0.44 | 0.2 | 0.31 | 327.27 | 0.32 | 0.54 |
| Hex | AF | 62 | 8C | 0 | 2C | 14 | 1F | 147 | 20 | 36 |
| Octal | 257 | 142 | 214 | 0 | 54 | 24 | 37 | 507 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10001100 | 0 | 101100 | 10100 | 11111 | 101000111 | 100000 | 110110 |
Color Harmonies of #AF628C
Complementary color
Monochromatic Colors of #AF628C
Black with #AF628C
Text Example
Text Example
White with #AF628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF628C; }
p { color: rgb(175,98,140); }
H1.HeaderClassName
{
color: #AF628C;
}
.AnyTagClassName
{
color: #AF628C;
}
</style>
background-color css
<style>
a { background-color: #AF628C; }
a { background-color: rgb(175,98,140); }
div.DivClassName
{
background-color: #AF628C;
}
.BgClassName
{
background-color: #AF628C;
}
</style>
border-color css
<style>
span { border-color: #AF628C; }
span { border-color: rgb(175,98,140); }
td.TdClassName
{
border-color: #AF628C;
}
.TagClassName
{
border-color: #AF628C;
}
</style>