Shades of Tapestry #AF6280
Tints of Tapestry #AF6280
RGB
CMYK
RGB Variations
Color information
#AF6280 (or 0xAF6280) is known color: Tapestry. HEX triplet: AF, 62 and 80. RGB value is (175,98,128). Sum of RGB (Red+Green+Blue) = 175+98+128=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6280 is #509D7F. Grayscale: #7C7C7C. Windows color (decimal): -5283200 or 8413871. OLE color: 8413871.
HSL color Cylindrical-coordinate representation of color #AF6280: hue angle of 336.62º 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 #AF6280 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 128 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.31 |
| HSL | 336.62º | 0.32% | 0.54% | - |
| HSV(B) | 336.62º | 0.44% | 0.69% | - |
| XYZ | 25.94 | 19.41 | 22.8 | - |
| YUV | 124.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 128 | 0 | 0.44 | 0.27 | 0.31 | 336.62 | 0.32 | 0.54 |
| Hex | AF | 62 | 80 | 0 | 2C | 1B | 1F | 151 | 20 | 36 |
| Octal | 257 | 142 | 200 | 0 | 54 | 33 | 37 | 521 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10000000 | 0 | 101100 | 11011 | 11111 | 101010001 | 100000 | 110110 |
Color Harmonies of #AF6280
Complementary color
Monochromatic Colors of #AF6280
Black with #AF6280
Text Example
Text Example
White with #AF6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6280; }
p { color: rgb(175,98,128); }
H1.HeaderClassName
{
color: #AF6280;
}
.AnyTagClassName
{
color: #AF6280;
}
</style>
background-color css
<style>
a { background-color: #AF6280; }
a { background-color: rgb(175,98,128); }
div.DivClassName
{
background-color: #AF6280;
}
.BgClassName
{
background-color: #AF6280;
}
</style>
border-color css
<style>
span { border-color: #AF6280; }
span { border-color: rgb(175,98,128); }
td.TdClassName
{
border-color: #AF6280;
}
.TagClassName
{
border-color: #AF6280;
}
</style>