Shades of Tapestry #AF638B
Tints of Tapestry #AF638B
RGB
CMYK
RGB Variations
Color information
#AF638B (or 0xAF638B) is known color: Tapestry. HEX triplet: AF, 63 and 8B. RGB value is (175,99,139). Sum of RGB (Red+Green+Blue) = 175+99+139=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF638B is #509C74. Grayscale: #7E7E7E. Windows color (decimal): -5282933 or 9135023. OLE color: 9135023.
HSL color Cylindrical-coordinate representation of color #AF638B: hue angle of 328.42º 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 #AF638B is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 139 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.31 |
| HSL | 328.42º | 0.32% | 0.54% | - |
| HSV(B) | 328.42º | 0.43% | 0.69% | - |
| XYZ | 26.8 | 19.9 | 26.85 | - |
| YUV | 126.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 139 | 0 | 0.43 | 0.21 | 0.31 | 328.42 | 0.32 | 0.54 |
| Hex | AF | 63 | 8B | 0 | 2B | 15 | 1F | 148 | 20 | 36 |
| Octal | 257 | 143 | 213 | 0 | 53 | 25 | 37 | 510 | 40 | 66 |
| Binary | 10101111 | 1100011 | 10001011 | 0 | 101011 | 10101 | 11111 | 101001000 | 100000 | 110110 |
Color Harmonies of #AF638B
Complementary color
Monochromatic Colors of #AF638B
Black with #AF638B
Text Example
Text Example
White with #AF638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF638B; }
p { color: rgb(175,99,139); }
H1.HeaderClassName
{
color: #AF638B;
}
.AnyTagClassName
{
color: #AF638B;
}
</style>
background-color css
<style>
a { background-color: #AF638B; }
a { background-color: rgb(175,99,139); }
div.DivClassName
{
background-color: #AF638B;
}
.BgClassName
{
background-color: #AF638B;
}
</style>
border-color css
<style>
span { border-color: #AF638B; }
span { border-color: rgb(175,99,139); }
td.TdClassName
{
border-color: #AF638B;
}
.TagClassName
{
border-color: #AF638B;
}
</style>