Shades of Tapestry #AF6080
Tints of Tapestry #AF6080
RGB
CMYK
RGB Variations
Color information
#AF6080 (or 0xAF6080) is known color: Tapestry. HEX triplet: AF, 60 and 80. RGB value is (175,96,128). Sum of RGB (Red+Green+Blue) = 175+96+128=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6080 is #509F7F. Grayscale: #7B7B7B. Windows color (decimal): -5283712 or 8413359. OLE color: 8413359.
HSL color Cylindrical-coordinate representation of color #AF6080: hue angle of 335.7º 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 #AF6080 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 128 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.31 |
| HSL | 335.7º | 0.33% | 0.53% | - |
| HSV(B) | 335.7º | 0.45% | 0.69% | - |
| XYZ | 25.76 | 19.04 | 22.74 | - |
| YUV | 123.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 128 | 0 | 0.45 | 0.27 | 0.31 | 335.7 | 0.33 | 0.53 |
| Hex | AF | 60 | 80 | 0 | 2D | 1B | 1F | 150 | 21 | 35 |
| Octal | 257 | 140 | 200 | 0 | 55 | 33 | 37 | 520 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10000000 | 0 | 101101 | 11011 | 11111 | 101010000 | 100001 | 110101 |
Color Harmonies of #AF6080
Complementary color
Monochromatic Colors of #AF6080
Black with #AF6080
Text Example
Text Example
White with #AF6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6080; }
p { color: rgb(175,96,128); }
H1.HeaderClassName
{
color: #AF6080;
}
.AnyTagClassName
{
color: #AF6080;
}
</style>
background-color css
<style>
a { background-color: #AF6080; }
a { background-color: rgb(175,96,128); }
div.DivClassName
{
background-color: #AF6080;
}
.BgClassName
{
background-color: #AF6080;
}
</style>
border-color css
<style>
span { border-color: #AF6080; }
span { border-color: rgb(175,96,128); }
td.TdClassName
{
border-color: #AF6080;
}
.TagClassName
{
border-color: #AF6080;
}
</style>