Shades of Tapestry #AF5E7B
Tints of Tapestry #AF5E7B
RGB
CMYK
RGB Variations
Color information
#AF5E7B (or 0xAF5E7B) is known color: Tapestry. HEX triplet: AF, 5E and 7B. RGB value is (175,94,123). Sum of RGB (Red+Green+Blue) = 175+94+123=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E7B is #50A184. Grayscale: #797979. Windows color (decimal): -5284229 or 8085167. OLE color: 8085167.
HSL color Cylindrical-coordinate representation of color #AF5E7B: hue angle of 338.52º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E7B is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 123 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.31 |
| HSL | 338.52º | 0.34% | 0.53% | - |
| HSV(B) | 338.52º | 0.46% | 0.69% | - |
| XYZ | 25.26 | 18.55 | 20.99 | - |
| YUV | 121.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 123 | 0 | 0.46 | 0.30 | 0.31 | 338.52 | 0.34 | 0.53 |
| Hex | AF | 5E | 7B | 0 | 2E | 1E | 1F | 153 | 22 | 35 |
| Octal | 257 | 136 | 173 | 0 | 56 | 36 | 37 | 523 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1111011 | 0 | 101110 | 11110 | 11111 | 101010011 | 100010 | 110101 |
Color Harmonies of #AF5E7B
Complementary color
Monochromatic Colors of #AF5E7B
Black with #AF5E7B
Text Example
Text Example
White with #AF5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E7B; }
p { color: rgb(175,94,123); }
H1.HeaderClassName
{
color: #AF5E7B;
}
.AnyTagClassName
{
color: #AF5E7B;
}
</style>
background-color css
<style>
a { background-color: #AF5E7B; }
a { background-color: rgb(175,94,123); }
div.DivClassName
{
background-color: #AF5E7B;
}
.BgClassName
{
background-color: #AF5E7B;
}
</style>
border-color css
<style>
span { border-color: #AF5E7B; }
span { border-color: rgb(175,94,123); }
td.TdClassName
{
border-color: #AF5E7B;
}
.TagClassName
{
border-color: #AF5E7B;
}
</style>