Shades of Tapestry #AF6883
Tints of Tapestry #AF6883
RGB
CMYK
RGB Variations
Color information
#AF6883 (or 0xAF6883) is known color: Tapestry. HEX triplet: AF, 68 and 83. RGB value is (175,104,131). Sum of RGB (Red+Green+Blue) = 175+104+131=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6883 is #50977C. Grayscale: #808080. Windows color (decimal): -5281661 or 8612015. OLE color: 8612015.
HSL color Cylindrical-coordinate representation of color #AF6883: hue angle of 337.18º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6883 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 131 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.31 |
| HSL | 337.18º | 0.31% | 0.55% | - |
| HSV(B) | 337.18º | 0.41% | 0.69% | - |
| XYZ | 26.73 | 20.65 | 24.05 | - |
| YUV | 128.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 131 | 0 | 0.41 | 0.25 | 0.31 | 337.18 | 0.31 | 0.55 |
| Hex | AF | 68 | 83 | 0 | 29 | 19 | 1F | 151 | 1F | 37 |
| Octal | 257 | 150 | 203 | 0 | 51 | 31 | 37 | 521 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10000011 | 0 | 101001 | 11001 | 11111 | 101010001 | 11111 | 110111 |
Color Harmonies of #AF6883
Complementary color
Monochromatic Colors of #AF6883
Black with #AF6883
Text Example
Text Example
White with #AF6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6883; }
p { color: rgb(175,104,131); }
H1.HeaderClassName
{
color: #AF6883;
}
.AnyTagClassName
{
color: #AF6883;
}
</style>
background-color css
<style>
a { background-color: #AF6883; }
a { background-color: rgb(175,104,131); }
div.DivClassName
{
background-color: #AF6883;
}
.BgClassName
{
background-color: #AF6883;
}
</style>
border-color css
<style>
span { border-color: #AF6883; }
span { border-color: rgb(175,104,131); }
td.TdClassName
{
border-color: #AF6883;
}
.TagClassName
{
border-color: #AF6883;
}
</style>