Shades of Tapestry #AF6282
Tints of Tapestry #AF6282
RGB
CMYK
RGB Variations
Color information
#AF6282 (or 0xAF6282) is known color: Tapestry. HEX triplet: AF, 62 and 82. RGB value is (175,98,130). Sum of RGB (Red+Green+Blue) = 175+98+130=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6282 is #509D7D. Grayscale: #7C7C7C. Windows color (decimal): -5283198 or 8544943. OLE color: 8544943.
HSL color Cylindrical-coordinate representation of color #AF6282: hue angle of 335.06º 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 #AF6282 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 130 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.31 |
| HSL | 335.06º | 0.32% | 0.54% | - |
| HSV(B) | 335.06º | 0.44% | 0.69% | - |
| XYZ | 26.08 | 19.46 | 23.5 | - |
| YUV | 124.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 130 | 0 | 0.44 | 0.26 | 0.31 | 335.06 | 0.32 | 0.54 |
| Hex | AF | 62 | 82 | 0 | 2C | 1A | 1F | 14F | 20 | 36 |
| Octal | 257 | 142 | 202 | 0 | 54 | 32 | 37 | 517 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10000010 | 0 | 101100 | 11010 | 11111 | 101001111 | 100000 | 110110 |
Color Harmonies of #AF6282
Complementary color
Monochromatic Colors of #AF6282
Black with #AF6282
Text Example
Text Example
White with #AF6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6282; }
p { color: rgb(175,98,130); }
H1.HeaderClassName
{
color: #AF6282;
}
.AnyTagClassName
{
color: #AF6282;
}
</style>
background-color css
<style>
a { background-color: #AF6282; }
a { background-color: rgb(175,98,130); }
div.DivClassName
{
background-color: #AF6282;
}
.BgClassName
{
background-color: #AF6282;
}
</style>
border-color css
<style>
span { border-color: #AF6282; }
span { border-color: rgb(175,98,130); }
td.TdClassName
{
border-color: #AF6282;
}
.TagClassName
{
border-color: #AF6282;
}
</style>