Shades of Tapestry #AF5F7B
Tints of Tapestry #AF5F7B
RGB
CMYK
RGB Variations
Color information
#AF5F7B (or 0xAF5F7B) is known color: Tapestry. HEX triplet: AF, 5F and 7B. RGB value is (175,95,123). Sum of RGB (Red+Green+Blue) = 175+95+123=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F7B is #50A084. Grayscale: #7A7A7A. Windows color (decimal): -5283973 or 8085423. OLE color: 8085423.
HSL color Cylindrical-coordinate representation of color #AF5F7B: hue angle of 339º degrees, saturation: 0.33, 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 #AF5F7B is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 95 | 123 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.31 |
| HSL | 339º | 0.33% | 0.53% | - |
| HSV(B) | 339º | 0.46% | 0.69% | - |
| XYZ | 25.35 | 18.73 | 21.02 | - |
| YUV | 122.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 123 | 0 | 0.46 | 0.30 | 0.31 | 339 | 0.33 | 0.53 |
| Hex | AF | 5F | 7B | 0 | 2E | 1E | 1F | 153 | 21 | 35 |
| Octal | 257 | 137 | 173 | 0 | 56 | 36 | 37 | 523 | 41 | 65 |
| Binary | 10101111 | 1011111 | 1111011 | 0 | 101110 | 11110 | 11111 | 101010011 | 100001 | 110101 |
Color Harmonies of #AF5F7B
Complementary color
Monochromatic Colors of #AF5F7B
Black with #AF5F7B
Text Example
Text Example
White with #AF5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5F7B; }
p { color: rgb(175,95,123); }
H1.HeaderClassName
{
color: #AF5F7B;
}
.AnyTagClassName
{
color: #AF5F7B;
}
</style>
background-color css
<style>
a { background-color: #AF5F7B; }
a { background-color: rgb(175,95,123); }
div.DivClassName
{
background-color: #AF5F7B;
}
.BgClassName
{
background-color: #AF5F7B;
}
</style>
border-color css
<style>
span { border-color: #AF5F7B; }
span { border-color: rgb(175,95,123); }
td.TdClassName
{
border-color: #AF5F7B;
}
.TagClassName
{
border-color: #AF5F7B;
}
</style>