Shades of Tapestry #AF6C8A
Tints of Tapestry #AF6C8A
RGB
CMYK
RGB Variations
Color information
#AF6C8A (or 0xAF6C8A) is known color: Tapestry. HEX triplet: AF, 6C and 8A. RGB value is (175,108,138). Sum of RGB (Red+Green+Blue) = 175+108+138=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C8A is #509375. Grayscale: #838383. Windows color (decimal): -5280630 or 9071791. OLE color: 9071791.
HSL color Cylindrical-coordinate representation of color #AF6C8A: hue angle of 333.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C8A is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 138 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.31 |
| HSL | 333.13º | 0.3% | 0.55% | - |
| HSV(B) | 333.13º | 0.38% | 0.69% | - |
| XYZ | 27.63 | 21.67 | 26.77 | - |
| YUV | 131.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 138 | 0 | 0.38 | 0.21 | 0.31 | 333.13 | 0.3 | 0.55 |
| Hex | AF | 6C | 8A | 0 | 26 | 15 | 1F | 14D | 1E | 37 |
| Octal | 257 | 154 | 212 | 0 | 46 | 25 | 37 | 515 | 36 | 67 |
| Binary | 10101111 | 1101100 | 10001010 | 0 | 100110 | 10101 | 11111 | 101001101 | 11110 | 110111 |
Color Harmonies of #AF6C8A
Complementary color
Monochromatic Colors of #AF6C8A
Black with #AF6C8A
Text Example
Text Example
White with #AF6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C8A; }
p { color: rgb(175,108,138); }
H1.HeaderClassName
{
color: #AF6C8A;
}
.AnyTagClassName
{
color: #AF6C8A;
}
</style>
background-color css
<style>
a { background-color: #AF6C8A; }
a { background-color: rgb(175,108,138); }
div.DivClassName
{
background-color: #AF6C8A;
}
.BgClassName
{
background-color: #AF6C8A;
}
</style>
border-color css
<style>
span { border-color: #AF6C8A; }
span { border-color: rgb(175,108,138); }
td.TdClassName
{
border-color: #AF6C8A;
}
.TagClassName
{
border-color: #AF6C8A;
}
</style>