Shades of Tapestry #AF6790
Tints of Tapestry #AF6790
RGB
CMYK
RGB Variations
Color information
#AF6790 (or 0xAF6790) is known color: Tapestry. HEX triplet: AF, 67 and 90. RGB value is (175,103,144). Sum of RGB (Red+Green+Blue) = 175+103+144=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6790 is #50986F. Grayscale: #818181. Windows color (decimal): -5281904 or 9463727. OLE color: 9463727.
HSL color Cylindrical-coordinate representation of color #AF6790: hue angle of 325.83º 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 #AF6790 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 144 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.31 |
| HSL | 325.83º | 0.31% | 0.55% | - |
| HSV(B) | 325.83º | 0.41% | 0.69% | - |
| XYZ | 27.56 | 20.83 | 28.95 | - |
| YUV | 129.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 144 | 0 | 0.41 | 0.18 | 0.31 | 325.83 | 0.31 | 0.55 |
| Hex | AF | 67 | 90 | 0 | 29 | 12 | 1F | 146 | 1F | 37 |
| Octal | 257 | 147 | 220 | 0 | 51 | 22 | 37 | 506 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10010000 | 0 | 101001 | 10010 | 11111 | 101000110 | 11111 | 110111 |
Color Harmonies of #AF6790
Complementary color
Monochromatic Colors of #AF6790
Black with #AF6790
Text Example
Text Example
White with #AF6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6790; }
p { color: rgb(175,103,144); }
H1.HeaderClassName
{
color: #AF6790;
}
.AnyTagClassName
{
color: #AF6790;
}
</style>
background-color css
<style>
a { background-color: #AF6790; }
a { background-color: rgb(175,103,144); }
div.DivClassName
{
background-color: #AF6790;
}
.BgClassName
{
background-color: #AF6790;
}
</style>
border-color css
<style>
span { border-color: #AF6790; }
span { border-color: rgb(175,103,144); }
td.TdClassName
{
border-color: #AF6790;
}
.TagClassName
{
border-color: #AF6790;
}
</style>