Shades of Tapestry #AF6881
Tints of Tapestry #AF6881
RGB
CMYK
RGB Variations
Color information
#AF6881 (or 0xAF6881) is known color: Tapestry. HEX triplet: AF, 68 and 81. RGB value is (175,104,129). Sum of RGB (Red+Green+Blue) = 175+104+129=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6881 is #50977E. Grayscale: #808080. Windows color (decimal): -5281663 or 8480943. OLE color: 8480943.
HSL color Cylindrical-coordinate representation of color #AF6881: hue angle of 338.87º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6881 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 129 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.31 |
| HSL | 338.87º | 0.31% | 0.55% | - |
| HSV(B) | 338.87º | 0.41% | 0.69% | - |
| XYZ | 26.59 | 20.6 | 23.34 | - |
| YUV | 128.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 129 | 0 | 0.41 | 0.26 | 0.31 | 338.87 | 0.31 | 0.55 |
| Hex | AF | 68 | 81 | 0 | 29 | 1A | 1F | 153 | 1F | 37 |
| Octal | 257 | 150 | 201 | 0 | 51 | 32 | 37 | 523 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10000001 | 0 | 101001 | 11010 | 11111 | 101010011 | 11111 | 110111 |
Color Harmonies of #AF6881
Complementary color
Monochromatic Colors of #AF6881
Black with #AF6881
Text Example
Text Example
White with #AF6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6881; }
p { color: rgb(175,104,129); }
H1.HeaderClassName
{
color: #AF6881;
}
.AnyTagClassName
{
color: #AF6881;
}
</style>
background-color css
<style>
a { background-color: #AF6881; }
a { background-color: rgb(175,104,129); }
div.DivClassName
{
background-color: #AF6881;
}
.BgClassName
{
background-color: #AF6881;
}
</style>
border-color css
<style>
span { border-color: #AF6881; }
span { border-color: rgb(175,104,129); }
td.TdClassName
{
border-color: #AF6881;
}
.TagClassName
{
border-color: #AF6881;
}
</style>