Shades of Tapestry #AF6E8B
Tints of Tapestry #AF6E8B
RGB
CMYK
RGB Variations
Color information
#AF6E8B (or 0xAF6E8B) is known color: Tapestry. HEX triplet: AF, 6E and 8B. RGB value is (175,110,139). Sum of RGB (Red+Green+Blue) = 175+110+139=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E8B is #509174. Grayscale: #848484. Windows color (decimal): -5280117 or 9137839. OLE color: 9137839.
HSL color Cylindrical-coordinate representation of color #AF6E8B: hue angle of 333.23º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E8B is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 139 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.31 |
| HSL | 333.23º | 0.29% | 0.56% | - |
| HSV(B) | 333.23º | 0.37% | 0.69% | - |
| XYZ | 27.92 | 22.13 | 27.23 | - |
| YUV | 132.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 139 | 0 | 0.37 | 0.21 | 0.31 | 333.23 | 0.29 | 0.56 |
| Hex | AF | 6E | 8B | 0 | 25 | 15 | 1F | 14D | 1D | 38 |
| Octal | 257 | 156 | 213 | 0 | 45 | 25 | 37 | 515 | 35 | 70 |
| Binary | 10101111 | 1101110 | 10001011 | 0 | 100101 | 10101 | 11111 | 101001101 | 11101 | 111000 |
Color Harmonies of #AF6E8B
Complementary color
Monochromatic Colors of #AF6E8B
Black with #AF6E8B
Text Example
Text Example
White with #AF6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E8B; }
p { color: rgb(175,110,139); }
H1.HeaderClassName
{
color: #AF6E8B;
}
.AnyTagClassName
{
color: #AF6E8B;
}
</style>
background-color css
<style>
a { background-color: #AF6E8B; }
a { background-color: rgb(175,110,139); }
div.DivClassName
{
background-color: #AF6E8B;
}
.BgClassName
{
background-color: #AF6E8B;
}
</style>
border-color css
<style>
span { border-color: #AF6E8B; }
span { border-color: rgb(175,110,139); }
td.TdClassName
{
border-color: #AF6E8B;
}
.TagClassName
{
border-color: #AF6E8B;
}
</style>