Shades of Tapestry #AF6283
Tints of Tapestry #AF6283
RGB
CMYK
RGB Variations
Color information
#AF6283 (or 0xAF6283) is known color: Tapestry. HEX triplet: AF, 62 and 83. RGB value is (175,98,131). Sum of RGB (Red+Green+Blue) = 175+98+131=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6283 is #509D7C. Grayscale: #7C7C7C. Windows color (decimal): -5283197 or 8610479. OLE color: 8610479.
HSL color Cylindrical-coordinate representation of color #AF6283: hue angle of 334.29º 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 #AF6283 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 131 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.31 |
| HSL | 334.29º | 0.32% | 0.54% | - |
| HSV(B) | 334.29º | 0.44% | 0.69% | - |
| XYZ | 26.14 | 19.49 | 23.86 | - |
| YUV | 124.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 131 | 0 | 0.44 | 0.25 | 0.31 | 334.29 | 0.32 | 0.54 |
| Hex | AF | 62 | 83 | 0 | 2C | 19 | 1F | 14E | 20 | 36 |
| Octal | 257 | 142 | 203 | 0 | 54 | 31 | 37 | 516 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10000011 | 0 | 101100 | 11001 | 11111 | 101001110 | 100000 | 110110 |
Color Harmonies of #AF6283
Complementary color
Monochromatic Colors of #AF6283
Black with #AF6283
Text Example
Text Example
White with #AF6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6283; }
p { color: rgb(175,98,131); }
H1.HeaderClassName
{
color: #AF6283;
}
.AnyTagClassName
{
color: #AF6283;
}
</style>
background-color css
<style>
a { background-color: #AF6283; }
a { background-color: rgb(175,98,131); }
div.DivClassName
{
background-color: #AF6283;
}
.BgClassName
{
background-color: #AF6283;
}
</style>
border-color css
<style>
span { border-color: #AF6283; }
span { border-color: rgb(175,98,131); }
td.TdClassName
{
border-color: #AF6283;
}
.TagClassName
{
border-color: #AF6283;
}
</style>