Shades of Tapestry #AF6584
Tints of Tapestry #AF6584
RGB
CMYK
RGB Variations
Color information
#AF6584 (or 0xAF6584) is known color: Tapestry. HEX triplet: AF, 65 and 84. RGB value is (175,101,132). Sum of RGB (Red+Green+Blue) = 175+101+132=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6584 is #509A7B. Grayscale: #7E7E7E. Windows color (decimal): -5282428 or 8676783. OLE color: 8676783.
HSL color Cylindrical-coordinate representation of color #AF6584: hue angle of 334.86º 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 #AF6584 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 132 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.31 |
| HSL | 334.86º | 0.32% | 0.54% | - |
| HSV(B) | 334.86º | 0.42% | 0.69% | - |
| XYZ | 26.5 | 20.09 | 24.31 | - |
| YUV | 126.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 132 | 0 | 0.42 | 0.25 | 0.31 | 334.86 | 0.32 | 0.54 |
| Hex | AF | 65 | 84 | 0 | 2A | 19 | 1F | 14F | 20 | 36 |
| Octal | 257 | 145 | 204 | 0 | 52 | 31 | 37 | 517 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10000100 | 0 | 101010 | 11001 | 11111 | 101001111 | 100000 | 110110 |
Color Harmonies of #AF6584
Complementary color
Monochromatic Colors of #AF6584
Black with #AF6584
Text Example
Text Example
White with #AF6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6584; }
p { color: rgb(175,101,132); }
H1.HeaderClassName
{
color: #AF6584;
}
.AnyTagClassName
{
color: #AF6584;
}
</style>
background-color css
<style>
a { background-color: #AF6584; }
a { background-color: rgb(175,101,132); }
div.DivClassName
{
background-color: #AF6584;
}
.BgClassName
{
background-color: #AF6584;
}
</style>
border-color css
<style>
span { border-color: #AF6584; }
span { border-color: rgb(175,101,132); }
td.TdClassName
{
border-color: #AF6584;
}
.TagClassName
{
border-color: #AF6584;
}
</style>