Shades of Tapestry #AF648C
Tints of Tapestry #AF648C
RGB
CMYK
RGB Variations
Color information
#AF648C (or 0xAF648C) is known color: Tapestry. HEX triplet: AF, 64 and 8C. RGB value is (175,100,140). Sum of RGB (Red+Green+Blue) = 175+100+140=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF648C is #509B73. Grayscale: #7E7E7E. Windows color (decimal): -5282676 or 9200815. OLE color: 9200815.
HSL color Cylindrical-coordinate representation of color #AF648C: hue angle of 328º 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 #AF648C is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 140 | - |
| CMYK | 0 | 0.43 | 0.2 | 0.31 |
| HSL | 328º | 0.32% | 0.54% | - |
| HSV(B) | 328º | 0.43% | 0.69% | - |
| XYZ | 26.97 | 20.12 | 27.27 | - |
| YUV | 126.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 140 | 0 | 0.43 | 0.2 | 0.31 | 328 | 0.32 | 0.54 |
| Hex | AF | 64 | 8C | 0 | 2B | 14 | 1F | 148 | 20 | 36 |
| Octal | 257 | 144 | 214 | 0 | 53 | 24 | 37 | 510 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10001100 | 0 | 101011 | 10100 | 11111 | 101001000 | 100000 | 110110 |
Color Harmonies of #AF648C
Complementary color
Monochromatic Colors of #AF648C
Black with #AF648C
Text Example
Text Example
White with #AF648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF648C; }
p { color: rgb(175,100,140); }
H1.HeaderClassName
{
color: #AF648C;
}
.AnyTagClassName
{
color: #AF648C;
}
</style>
background-color css
<style>
a { background-color: #AF648C; }
a { background-color: rgb(175,100,140); }
div.DivClassName
{
background-color: #AF648C;
}
.BgClassName
{
background-color: #AF648C;
}
</style>
border-color css
<style>
span { border-color: #AF648C; }
span { border-color: rgb(175,100,140); }
td.TdClassName
{
border-color: #AF648C;
}
.TagClassName
{
border-color: #AF648C;
}
</style>