Shades of Tapestry #AF6082
Tints of Tapestry #AF6082
RGB
CMYK
RGB Variations
Color information
#AF6082 (or 0xAF6082) is known color: Tapestry. HEX triplet: AF, 60 and 82. RGB value is (175,96,130). Sum of RGB (Red+Green+Blue) = 175+96+130=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6082 is #509F7D. Grayscale: #7B7B7B. Windows color (decimal): -5283710 or 8544431. OLE color: 8544431.
HSL color Cylindrical-coordinate representation of color #AF6082: hue angle of 334.18º 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 #AF6082 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 130 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.31 |
| HSL | 334.18º | 0.33% | 0.53% | - |
| HSV(B) | 334.18º | 0.45% | 0.69% | - |
| XYZ | 25.89 | 19.09 | 23.44 | - |
| YUV | 123.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 130 | 0 | 0.45 | 0.26 | 0.31 | 334.18 | 0.33 | 0.53 |
| Hex | AF | 60 | 82 | 0 | 2D | 1A | 1F | 14E | 21 | 35 |
| Octal | 257 | 140 | 202 | 0 | 55 | 32 | 37 | 516 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10000010 | 0 | 101101 | 11010 | 11111 | 101001110 | 100001 | 110101 |
Color Harmonies of #AF6082
Complementary color
Monochromatic Colors of #AF6082
Black with #AF6082
Text Example
Text Example
White with #AF6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6082; }
p { color: rgb(175,96,130); }
H1.HeaderClassName
{
color: #AF6082;
}
.AnyTagClassName
{
color: #AF6082;
}
</style>
background-color css
<style>
a { background-color: #AF6082; }
a { background-color: rgb(175,96,130); }
div.DivClassName
{
background-color: #AF6082;
}
.BgClassName
{
background-color: #AF6082;
}
</style>
border-color css
<style>
span { border-color: #AF6082; }
span { border-color: rgb(175,96,130); }
td.TdClassName
{
border-color: #AF6082;
}
.TagClassName
{
border-color: #AF6082;
}
</style>