Shades of Tapestry #AF6485
Tints of Tapestry #AF6485
RGB
CMYK
RGB Variations
Color information
#AF6485 (or 0xAF6485) is known color: Tapestry. HEX triplet: AF, 64 and 85. RGB value is (175,100,133). Sum of RGB (Red+Green+Blue) = 175+100+133=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6485 is #509B7A. Grayscale: #7E7E7E. Windows color (decimal): -5282683 or 8742063. OLE color: 8742063.
HSL color Cylindrical-coordinate representation of color #AF6485: hue angle of 333.6º 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 #AF6485 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 133 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.31 |
| HSL | 333.6º | 0.32% | 0.54% | - |
| HSV(B) | 333.6º | 0.43% | 0.69% | - |
| XYZ | 26.47 | 19.92 | 24.64 | - |
| YUV | 126.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 133 | 0 | 0.43 | 0.24 | 0.31 | 333.6 | 0.32 | 0.54 |
| Hex | AF | 64 | 85 | 0 | 2B | 18 | 1F | 14E | 20 | 36 |
| Octal | 257 | 144 | 205 | 0 | 53 | 30 | 37 | 516 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10000101 | 0 | 101011 | 11000 | 11111 | 101001110 | 100000 | 110110 |
Color Harmonies of #AF6485
Complementary color
Monochromatic Colors of #AF6485
Black with #AF6485
Text Example
Text Example
White with #AF6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6485; }
p { color: rgb(175,100,133); }
H1.HeaderClassName
{
color: #AF6485;
}
.AnyTagClassName
{
color: #AF6485;
}
</style>
background-color css
<style>
a { background-color: #AF6485; }
a { background-color: rgb(175,100,133); }
div.DivClassName
{
background-color: #AF6485;
}
.BgClassName
{
background-color: #AF6485;
}
</style>
border-color css
<style>
span { border-color: #AF6485; }
span { border-color: rgb(175,100,133); }
td.TdClassName
{
border-color: #AF6485;
}
.TagClassName
{
border-color: #AF6485;
}
</style>