Shades of Tapestry #AF608D
Tints of Tapestry #AF608D
RGB
CMYK
RGB Variations
Color information
#AF608D (or 0xAF608D) is known color: Tapestry. HEX triplet: AF, 60 and 8D. RGB value is (175,96,141). Sum of RGB (Red+Green+Blue) = 175+96+141=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF608D is #509F72. Grayscale: #7C7C7C. Windows color (decimal): -5283699 or 9265327. OLE color: 9265327.
HSL color Cylindrical-coordinate representation of color #AF608D: hue angle of 325.82º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF608D is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 141 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.31 |
| HSL | 325.82º | 0.33% | 0.53% | - |
| HSV(B) | 325.82º | 0.45% | 0.69% | - |
| XYZ | 26.67 | 19.4 | 27.54 | - |
| YUV | 124.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 141 | 0 | 0.45 | 0.19 | 0.31 | 325.82 | 0.33 | 0.53 |
| Hex | AF | 60 | 8D | 0 | 2D | 13 | 1F | 146 | 21 | 35 |
| Octal | 257 | 140 | 215 | 0 | 55 | 23 | 37 | 506 | 41 | 65 |
| Binary | 10101111 | 1100000 | 10001101 | 0 | 101101 | 10011 | 11111 | 101000110 | 100001 | 110101 |
Color Harmonies of #AF608D
Complementary color
Monochromatic Colors of #AF608D
Black with #AF608D
Text Example
Text Example
White with #AF608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF608D; }
p { color: rgb(175,96,141); }
H1.HeaderClassName
{
color: #AF608D;
}
.AnyTagClassName
{
color: #AF608D;
}
</style>
background-color css
<style>
a { background-color: #AF608D; }
a { background-color: rgb(175,96,141); }
div.DivClassName
{
background-color: #AF608D;
}
.BgClassName
{
background-color: #AF608D;
}
</style>
border-color css
<style>
span { border-color: #AF608D; }
span { border-color: rgb(175,96,141); }
td.TdClassName
{
border-color: #AF608D;
}
.TagClassName
{
border-color: #AF608D;
}
</style>