Shades of Tapestry #AF6588
Tints of Tapestry #AF6588
RGB
CMYK
RGB Variations
Color information
#AF6588 (or 0xAF6588) is known color: Tapestry. HEX triplet: AF, 65 and 88. RGB value is (175,101,136). Sum of RGB (Red+Green+Blue) = 175+101+136=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6588 is #509A77. Grayscale: #7F7F7F. Windows color (decimal): -5282424 or 8938927. OLE color: 8938927.
HSL color Cylindrical-coordinate representation of color #AF6588: hue angle of 331.62º 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 #AF6588 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 136 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.31 |
| HSL | 331.62º | 0.32% | 0.54% | - |
| HSV(B) | 331.62º | 0.42% | 0.69% | - |
| XYZ | 26.78 | 20.2 | 25.78 | - |
| YUV | 127.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 136 | 0 | 0.42 | 0.22 | 0.31 | 331.62 | 0.32 | 0.54 |
| Hex | AF | 65 | 88 | 0 | 2A | 16 | 1F | 14C | 20 | 36 |
| Octal | 257 | 145 | 210 | 0 | 52 | 26 | 37 | 514 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10001000 | 0 | 101010 | 10110 | 11111 | 101001100 | 100000 | 110110 |
Color Harmonies of #AF6588
Complementary color
Monochromatic Colors of #AF6588
Black with #AF6588
Text Example
Text Example
White with #AF6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6588; }
p { color: rgb(175,101,136); }
H1.HeaderClassName
{
color: #AF6588;
}
.AnyTagClassName
{
color: #AF6588;
}
</style>
background-color css
<style>
a { background-color: #AF6588; }
a { background-color: rgb(175,101,136); }
div.DivClassName
{
background-color: #AF6588;
}
.BgClassName
{
background-color: #AF6588;
}
</style>
border-color css
<style>
span { border-color: #AF6588; }
span { border-color: rgb(175,101,136); }
td.TdClassName
{
border-color: #AF6588;
}
.TagClassName
{
border-color: #AF6588;
}
</style>