Shades of Tapestry #AF6590
Tints of Tapestry #AF6590
RGB
CMYK
RGB Variations
Color information
#AF6590 (or 0xAF6590) is known color: Tapestry. HEX triplet: AF, 65 and 90. RGB value is (175,101,144). Sum of RGB (Red+Green+Blue) = 175+101+144=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6590 is #509A6F. Grayscale: #7F7F7F. Windows color (decimal): -5282416 or 9463215. OLE color: 9463215.
HSL color Cylindrical-coordinate representation of color #AF6590: hue angle of 325.14º degrees, saturation: 0.32, 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 #AF6590 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 144 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.31 |
| HSL | 325.14º | 0.32% | 0.54% | - |
| HSV(B) | 325.14º | 0.42% | 0.69% | - |
| XYZ | 27.37 | 20.43 | 28.89 | - |
| YUV | 128.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 144 | 0 | 0.42 | 0.18 | 0.31 | 325.14 | 0.32 | 0.54 |
| Hex | AF | 65 | 90 | 0 | 2A | 12 | 1F | 145 | 20 | 36 |
| Octal | 257 | 145 | 220 | 0 | 52 | 22 | 37 | 505 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10010000 | 0 | 101010 | 10010 | 11111 | 101000101 | 100000 | 110110 |
Color Harmonies of #AF6590
Complementary color
Monochromatic Colors of #AF6590
Black with #AF6590
Text Example
Text Example
White with #AF6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6590; }
p { color: rgb(175,101,144); }
H1.HeaderClassName
{
color: #AF6590;
}
.AnyTagClassName
{
color: #AF6590;
}
</style>
background-color css
<style>
a { background-color: #AF6590; }
a { background-color: rgb(175,101,144); }
div.DivClassName
{
background-color: #AF6590;
}
.BgClassName
{
background-color: #AF6590;
}
</style>
border-color css
<style>
span { border-color: #AF6590; }
span { border-color: rgb(175,101,144); }
td.TdClassName
{
border-color: #AF6590;
}
.TagClassName
{
border-color: #AF6590;
}
</style>