Shades of Tapestry #AF6388
Tints of Tapestry #AF6388
RGB
CMYK
RGB Variations
Color information
#AF6388 (or 0xAF6388) is known color: Tapestry. HEX triplet: AF, 63 and 88. RGB value is (175,99,136). Sum of RGB (Red+Green+Blue) = 175+99+136=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6388 is #509C77. Grayscale: #7D7D7D. Windows color (decimal): -5282936 or 8938415. OLE color: 8938415.
HSL color Cylindrical-coordinate representation of color #AF6388: hue angle of 330.79º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6388 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 136 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.31 |
| HSL | 330.79º | 0.32% | 0.54% | - |
| HSV(B) | 330.79º | 0.43% | 0.69% | - |
| XYZ | 26.58 | 19.82 | 25.72 | - |
| YUV | 125.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 136 | 0 | 0.43 | 0.22 | 0.31 | 330.79 | 0.32 | 0.54 |
| Hex | AF | 63 | 88 | 0 | 2B | 16 | 1F | 14B | 20 | 36 |
| Octal | 257 | 143 | 210 | 0 | 53 | 26 | 37 | 513 | 40 | 66 |
| Binary | 10101111 | 1100011 | 10001000 | 0 | 101011 | 10110 | 11111 | 101001011 | 100000 | 110110 |
Color Harmonies of #AF6388
Complementary color
Monochromatic Colors of #AF6388
Black with #AF6388
Text Example
Text Example
White with #AF6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6388; }
p { color: rgb(175,99,136); }
H1.HeaderClassName
{
color: #AF6388;
}
.AnyTagClassName
{
color: #AF6388;
}
</style>
background-color css
<style>
a { background-color: #AF6388; }
a { background-color: rgb(175,99,136); }
div.DivClassName
{
background-color: #AF6388;
}
.BgClassName
{
background-color: #AF6388;
}
</style>
border-color css
<style>
span { border-color: #AF6388; }
span { border-color: rgb(175,99,136); }
td.TdClassName
{
border-color: #AF6388;
}
.TagClassName
{
border-color: #AF6388;
}
</style>