Shades of Tapestry #AF6890
Tints of Tapestry #AF6890
RGB
CMYK
RGB Variations
Color information
#AF6890 (or 0xAF6890) is known color: Tapestry. HEX triplet: AF, 68 and 90. RGB value is (175,104,144). Sum of RGB (Red+Green+Blue) = 175+104+144=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6890 is #50976F. Grayscale: #818181. Windows color (decimal): -5281648 or 9463983. OLE color: 9463983.
HSL color Cylindrical-coordinate representation of color #AF6890: hue angle of 326.2º 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 #AF6890 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 144 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.31 |
| HSL | 326.2º | 0.31% | 0.55% | - |
| HSV(B) | 326.2º | 0.41% | 0.69% | - |
| XYZ | 27.66 | 21.03 | 28.99 | - |
| YUV | 129.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 144 | 0 | 0.41 | 0.18 | 0.31 | 326.2 | 0.31 | 0.55 |
| Hex | AF | 68 | 90 | 0 | 29 | 12 | 1F | 146 | 1F | 37 |
| Octal | 257 | 150 | 220 | 0 | 51 | 22 | 37 | 506 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10010000 | 0 | 101001 | 10010 | 11111 | 101000110 | 11111 | 110111 |
Color Harmonies of #AF6890
Complementary color
Monochromatic Colors of #AF6890
Black with #AF6890
Text Example
Text Example
White with #AF6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6890; }
p { color: rgb(175,104,144); }
H1.HeaderClassName
{
color: #AF6890;
}
.AnyTagClassName
{
color: #AF6890;
}
</style>
background-color css
<style>
a { background-color: #AF6890; }
a { background-color: rgb(175,104,144); }
div.DivClassName
{
background-color: #AF6890;
}
.BgClassName
{
background-color: #AF6890;
}
</style>
border-color css
<style>
span { border-color: #AF6890; }
span { border-color: rgb(175,104,144); }
td.TdClassName
{
border-color: #AF6890;
}
.TagClassName
{
border-color: #AF6890;
}
</style>