Shades of Tapestry #AF6681
Tints of Tapestry #AF6681
RGB
CMYK
RGB Variations
Color information
#AF6681 (or 0xAF6681) is known color: Tapestry. HEX triplet: AF, 66 and 81. RGB value is (175,102,129). Sum of RGB (Red+Green+Blue) = 175+102+129=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6681 is #50997E. Grayscale: #7E7E7E. Windows color (decimal): -5282175 or 8480431. OLE color: 8480431.
HSL color Cylindrical-coordinate representation of color #AF6681: hue angle of 337.81º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6681 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 129 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.31 |
| HSL | 337.81º | 0.31% | 0.54% | - |
| HSV(B) | 337.81º | 0.42% | 0.69% | - |
| XYZ | 26.39 | 20.2 | 23.28 | - |
| YUV | 126.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 129 | 0 | 0.42 | 0.26 | 0.31 | 337.81 | 0.31 | 0.54 |
| Hex | AF | 66 | 81 | 0 | 2A | 1A | 1F | 152 | 1F | 36 |
| Octal | 257 | 146 | 201 | 0 | 52 | 32 | 37 | 522 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10000001 | 0 | 101010 | 11010 | 11111 | 101010010 | 11111 | 110110 |
Color Harmonies of #AF6681
Complementary color
Monochromatic Colors of #AF6681
Black with #AF6681
Text Example
Text Example
White with #AF6681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6681; }
p { color: rgb(175,102,129); }
H1.HeaderClassName
{
color: #AF6681;
}
.AnyTagClassName
{
color: #AF6681;
}
</style>
background-color css
<style>
a { background-color: #AF6681; }
a { background-color: rgb(175,102,129); }
div.DivClassName
{
background-color: #AF6681;
}
.BgClassName
{
background-color: #AF6681;
}
</style>
border-color css
<style>
span { border-color: #AF6681; }
span { border-color: rgb(175,102,129); }
td.TdClassName
{
border-color: #AF6681;
}
.TagClassName
{
border-color: #AF6681;
}
</style>