Shades of Tapestry #AF6E88
Tints of Tapestry #AF6E88
RGB
CMYK
RGB Variations
Color information
#AF6E88 (or 0xAF6E88) is known color: Tapestry. HEX triplet: AF, 6E and 88. RGB value is (175,110,136). Sum of RGB (Red+Green+Blue) = 175+110+136=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E88 is #509177. Grayscale: #848484. Windows color (decimal): -5280120 or 8941231. OLE color: 8941231.
HSL color Cylindrical-coordinate representation of color #AF6E88: hue angle of 336º 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 #AF6E88 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 136 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.31 |
| HSL | 336º | 0.29% | 0.56% | - |
| HSV(B) | 336º | 0.37% | 0.69% | - |
| XYZ | 27.7 | 22.04 | 26.09 | - |
| YUV | 132.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 136 | 0 | 0.37 | 0.22 | 0.31 | 336 | 0.29 | 0.56 |
| Hex | AF | 6E | 88 | 0 | 25 | 16 | 1F | 150 | 1D | 38 |
| Octal | 257 | 156 | 210 | 0 | 45 | 26 | 37 | 520 | 35 | 70 |
| Binary | 10101111 | 1101110 | 10001000 | 0 | 100101 | 10110 | 11111 | 101010000 | 11101 | 111000 |
Color Harmonies of #AF6E88
Complementary color
Monochromatic Colors of #AF6E88
Black with #AF6E88
Text Example
Text Example
White with #AF6E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E88; }
p { color: rgb(175,110,136); }
H1.HeaderClassName
{
color: #AF6E88;
}
.AnyTagClassName
{
color: #AF6E88;
}
</style>
background-color css
<style>
a { background-color: #AF6E88; }
a { background-color: rgb(175,110,136); }
div.DivClassName
{
background-color: #AF6E88;
}
.BgClassName
{
background-color: #AF6E88;
}
</style>
border-color css
<style>
span { border-color: #AF6E88; }
span { border-color: rgb(175,110,136); }
td.TdClassName
{
border-color: #AF6E88;
}
.TagClassName
{
border-color: #AF6E88;
}
</style>